diff options
Diffstat (limited to 'history-substring-search.plugin.zsh')
-rw-r--r-- | history-substring-search.plugin.zsh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/history-substring-search.plugin.zsh b/history-substring-search.plugin.zsh deleted file mode 100644 index 7f14b38..0000000 --- a/history-substring-search.plugin.zsh +++ /dev/null @@ -1,13 +0,0 @@ - - -# Bind terminal-specific up and down keys - -if [[ -n "$terminfo[kcuu1]" ]]; then - bindkey -M emacs "$terminfo[kcuu1]" history-substring-search-up - bindkey -M viins "$terminfo[kcuu1]" history-substring-search-up -fi -if [[ -n "$terminfo[kcud1]" ]]; then - bindkey -M emacs "$terminfo[kcud1]" history-substring-search-down - bindkey -M viins "$terminfo[kcud1]" history-substring-search-down -fi - |