aboutsummaryrefslogtreecommitdiff
path: root/history-substring-search.plugin.zsh
diff options
context:
space:
mode:
authorCamil Staps2016-03-14 22:09:58 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commit8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch)
tree9368042f0c21844c9952281aeb585c15bcfd9001 /history-substring-search.plugin.zsh
parentClean limits to 80 chars (diff)
removed zsh
Diffstat (limited to 'history-substring-search.plugin.zsh')
-rw-r--r--history-substring-search.plugin.zsh13
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
-