diff options
author | Camil Staps | 2016-03-14 22:09:58 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | 8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch) | |
tree | 9368042f0c21844c9952281aeb585c15bcfd9001 /history-substring-search.plugin.zsh | |
parent | Clean limits to 80 chars (diff) |
removed zsh
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 - |