summaryrefslogtreecommitdiffstats
path: root/zshinput
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-04-01 14:19:29 -0400
committerJesse Luehrs <doy@tozt.net>2023-04-01 14:19:29 -0400
commit0d9a401b82a685dcb295b11188ae467562bb0d92 (patch)
treef5b2e064773b060bf3ee0e387397f228c54703b8 /zshinput
parent2152cd93af05cdcc48dd06ee65ed4628293f05d6 (diff)
downloadconf-0d9a401b82a685dcb295b11188ae467562bb0d92.tar.gz
conf-0d9a401b82a685dcb295b11188ae467562bb0d92.zip
try out skim
Diffstat (limited to 'zshinput')
-rw-r--r--zshinput9
1 files changed, 6 insertions, 3 deletions
diff --git a/zshinput b/zshinput
index 3ab9ac4..afa2c40 100644
--- a/zshinput
+++ b/zshinput
@@ -1,6 +1,7 @@
bindkey -v
-source ~/.config/sh/fzf/shell/key-bindings.zsh
+#source ~/.config/sh/fzf/shell/key-bindings.zsh
+source ~/.config/sh/skim/shell/key-bindings.zsh
autoload history-search-end
zle -N history-beginning-search-backward-end history-search-end
@@ -10,8 +11,10 @@ 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' 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 vicmd '/' history-incremental-search-backward
bindkey -M vicmd '?' history-incremental-search-forward
bindkey -rM viins '^[/'