Commit Graph

29 Commits

Author SHA1 Message Date
Adam Goldsmith 645710c31d Add Emacs-like delete-horizontal-space and just-one-space key binds 2023-04-11 14:03:25 -04:00
Adam Goldsmith defffb7391 Use full commands in window titles again, but escape % 2023-01-31 15:36:04 -05:00
Adam Goldsmith 87c935ffe5 Use only command name in window title to avoid escaping issues
Was having issues with `%` characters in commands doing weird things.
Could alternatively strip those characters out or escape them, but that seemed harder
2023-01-28 10:34:30 -05:00
Adam Goldsmith a165991e9a Fix weird behavior relating to capital letters when completing
https://github.com/zimfw/completion/issues/10
2023-01-28 10:34:17 -05:00
Adam Goldsmith df4f903a59 Switch to my fork of termtitle, insert the current command name 2020-02-20 12:48:11 -05:00
Adam Goldsmith c74a679f49 Move history options below zim init so they are not overridden 2020-01-12 20:39:02 -05:00
Adam Goldsmith 39c9c98176 Pull zim master branch 2020-01-07 14:22:04 -05:00
Adam Goldsmith ec40b3d83e Set ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE as it was invisible on remote servers 2019-12-26 19:20:49 -05:00
Adam Goldsmith 40c79488d4 Migrate from antigen back to zim 2019-12-25 21:27:17 -05:00
Adam Goldsmith 5b0b23d05a Fix '.' entry in reverse-i-search 2019-10-23 01:26:59 -04:00
Adam Goldsmith fabc0bc01b Disable SHARE_HISTORY, it's annoying
not really sure when/where that even got set
2019-06-17 22:54:15 -04:00
Adam Goldsmith 581f6eeb2e Use INC_APPEND_HISTORY, which I thought I was already using
I guess something else must have been setting this, which has now
changed? idk, whatever, it works now
2019-01-15 21:38:56 -05:00
Adam Goldsmith ff0ce7fe92 Move command-specific aliases sourcing into general aliases 2018-03-07 14:55:31 -05:00
Adam Goldsmith bfdd3156b6 Unset NOMATCH, fixing globbing annoyances
May make things worse
2017-09-02 14:13:24 -04:00
Adam Goldsmith 1c56ebf170 Remove .zlogin as it wasn't really doing anything 2017-09-02 14:13:19 -04:00
Adam Goldsmith e2956ca000 Auto rehash completions on bin change
Note that this might have a large performance issue
2017-09-02 13:50:05 -04:00
Adam Goldsmith b2fab31e42 Comment the names of keys for history-substring-search 2017-09-02 13:47:07 -04:00
Adam Goldsmith c848352c1f Add forward kill-word with C-DEL to match backward-kill-word 2017-09-02 13:46:36 -04:00
Adam Goldsmith bddefe2fb9 Temporary fix for fred theme initial clone 2017-09-01 15:29:55 -04:00
Adam Goldsmith 3773c8dd1f Use zim completions module instead of direct zsh-users/zsh-completions 2017-09-01 15:29:55 -04:00
Adam Goldsmith b79341b427 Add a few keybindings 2017-09-01 15:29:55 -04:00
Adam Goldsmith 4b73e35977 Simplify tmux auto start code
that was probably actually important, and I'll regret it later
2017-09-01 15:29:55 -04:00
Adam Goldsmith 52ec61bfe5 Switch to antigen, probably doesn't have everything I want yet 2017-09-01 15:29:55 -04:00
Adam Goldsmith b6c5f55079 Auto-start tmux when on a remote connection 2016-02-15 11:20:51 -05:00
Adam Goldsmith b11f399843 Load run-help 2016-02-15 11:20:39 -05:00
Adam Goldsmith 428229f8a1 Disable history sharing 2016-02-15 11:20:23 -05:00
Adam Goldsmith 659855d19a Migrate to ZIM
Moves init/config files to main directory, instead of in submodule
2016-01-22 19:25:50 -05:00
Adam Goldsmith 6272e49cd5 remove prezto, add missing .stowrc 2015-04-25 22:23:53 -04:00
Adam Goldsmith 19b94fc18a initial commit, moving to git 2015-04-25 21:51:54 -04:00