summaryrefslogtreecommitdiffstats
path: root/zshinput
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-04-23 11:24:12 -0400
committerJesse Luehrs <doy@tozt.net>2023-04-23 11:25:03 -0400
commit9856115dd38938dc181c0826209ef8181ad4e9b1 (patch)
tree9c6bbf346f7461d32f530964b38d192b081f4f70 /zshinput
parent479289bd77c8bed9b551253e3691a18db82ea6a7 (diff)
downloadconf-9856115dd38938dc181c0826209ef8181ad4e9b1.tar.gz
conf-9856115dd38938dc181c0826209ef8181ad4e9b1.zip
Revert "try out skim"
This reverts commit 0d9a401b82a685dcb295b11188ae467562bb0d92.
Diffstat (limited to 'zshinput')
-rw-r--r--zshinput9
1 files changed, 3 insertions, 6 deletions
diff --git a/zshinput b/zshinput
index afa2c40..3ab9ac4 100644
--- a/zshinput
+++ b/zshinput
@@ -1,7 +1,6 @@
bindkey -v
-#source ~/.config/sh/fzf/shell/key-bindings.zsh
-source ~/.config/sh/skim/shell/key-bindings.zsh
+source ~/.config/sh/fzf/shell/key-bindings.zsh
autoload history-search-end
zle -N history-beginning-search-backward-end history-search-end
@@ -11,10 +10,8 @@ bindkey "^[[B" history-beginning-search-forward-end
bindkey "^[OA" history-beginning-search-backward-end
bindkey "^[OB" history-beginning-search-forward-end
-#bindkey -M viins '^R' fzf-history-widget
-#bindkey -M vicmd '^R' fzf-history-widget
-bindkey -M viins '^R' skim-history-widget
-bindkey -M vicmd '^R' skim-history-widget
+bindkey -M viins '^R' fzf-history-widget
+bindkey -M vicmd '^R' fzf-history-widget
bindkey -M vicmd '/' history-incremental-search-backward
bindkey -M vicmd '?' history-incremental-search-forward
bindkey -rM viins '^[/'