File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
managed/dot_config/fish/user Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 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
99bind \ cg " __zoxide_zi; commandline -f repaint"
1010bind -M insert \ cg " __zoxide_zi; commandline -f repaint"
1111bind -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
You can’t perform that action at this time.
0 commit comments