1
0
Fork 0
mirror of synced 2024-06-02 07:11:11 -04:00
Commit graph

19 commits

Author SHA1 Message Date
Eric Nielsen df672688de [history-substring-search] Fix bindkey back to what works
Just binding ^[[A/^[[B does not work for some terminals, while not
binding them breaks zle widgets on other terminals. That's how crazy it
can get  :- (

Fixes #293. Fixes #295.
2018-09-17 15:32:44 -05:00
Eric Nielsen fe2cb6b9f5 [history-substring-search] Fix incompatibility with zle-line-init widget
See https://github.com/zsh-users/zsh-history-substring-search/issues/70
and comment by @molovo:

     I was already binding keys _after_ `zle-line-init`, but I'm pulling
     keycodes out of the `terminfo` module, which reports up
     (`$terminfo[kcuu1]`) as `^[0A` instead of `^[[A`. Binding `^[[A`
     manually mean up/down works with history-substring-search both
     before and after `zle-line-init`, but if I bind `$terminfo[kcuu1]`
     (`^[0a`), up/down only works *before* `zle-line-init`.

Closes #286
2018-09-16 12:01:52 -05:00
Eric Nielsen b7cb8d81c0 Update module README.md 2018-05-14 19:09:11 -05:00
Eric Nielsen 1aa7d7a401 [history-substring-search] Only load terminfo feature of zsh/terminfo
like we did for the input module in 7861145, and to make modules
independent of each other, as discussed in #261.
2018-04-24 09:04:44 -05:00
Brottweiler 6f8be83920 Update to new repo URL
from `Eriner/zim` to the new `zimfw/zimfw`.

Closes #238
2018-01-03 10:30:12 -05:00
Eric Nielsen d562acc4c0 [history-substring-search] Remove redundant defaults
for options already defined, with the same values, in
`zsh-history-substring-search.zsh`. See
be0fe1fca9/zsh-history-substring-search.zsh (L46-L48)

Closes #189
2017-07-17 16:15:51 -03:00
Eric Nielsen 57ebe3e61f [history-substring-search] Update submodule 2017-06-08 09:57:44 -05:00
Matt Hamilton ca129aa00c [substring-search] update submodule 2017-01-05 22:33:13 -08:00
Matt Hamilton ebdcaf80cd [substring-search] update submodule 2016-10-25 16:16:30 -07:00
Matt Hamilton 074677207c [substring-search] update submodule 2016-07-16 17:20:14 -07:00
Matt Hamilton 7d254b2e83 [substring-search] update submodule 2016-03-27 18:47:43 -04:00
Matt Hamilton a1a56ac63f use consistent variable style 2015-12-19 09:48:29 -05:00
Matt Hamilton c577d77fc4 update history-substring-search 2015-12-18 14:03:40 -05:00
Matt Hamilton 3ccdaa967d update i.eriner.me links to https 2015-12-17 11:04:01 -05:00
Matt Hamilton fd8b5ca369 note module order for history-substring-search 2015-12-16 18:05:50 -05:00
Matt Hamilton 74abfe00a8 s/fish-shell-like/fish shell-like 2015-12-16 17:49:36 -05:00
Matt Hamilton 1cc0a19e14 remove dupe zmodload 2015-12-16 01:24:31 -05:00
Matt Hamilton 434232b5c6 add history-substring-search documentation 2015-12-15 02:37:10 -05:00
Matt Hamilton 3a62391e0e initial commit 2015-12-15 00:12:17 -05:00