Skip to content

Commit c68cd73

Browse files
committed
refactor(fish): get rid of keybindings that didn't work anyway
1 parent 500ab2a commit c68cd73

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Custom Keybindings
22

33
# Ctrl+f to find a file in current directory, open it in VSCode
4-
bind \cf "fzf | xargs code; commandline -f repaint"
5-
bind -M insert \cf "fzf | xargs code; commandline -f repaint"
6-
bind -M normal \cf "fzf | xargs code; commandline -f repaint"
4+
bind \cf "tv files | xargs code; commandline -f repaint"
5+
bind -M insert \cf "tv files | xargs code; commandline -f repaint"
6+
bind -M normal \cf "tv files | xargs code; commandline -f repaint"
77

88
# Ctrl+g to navigate to a common directory using zoxide
99
bind \cg "__zoxide_zi; commandline -f repaint"
1010
bind -M insert \cg "__zoxide_zi; commandline -f repaint"
1111
bind -M normal \cg "__zoxide_zi; commandline -f repaint"
12-
13-
# Ctrl+h to invoke Navi (https://github.com/denisidoro/navi)
14-
bind \ch navi
15-
bind -M insert \ch navi
16-
bind -M normal \ch navi

0 commit comments

Comments
 (0)