[fish] Add quick switcher for keybindings

This commit is contained in:
Sebastian Schulze 2022-07-28 08:16:01 +02:00
parent c4087a4ebd
commit c321dbf49f
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Old bash habits die hard
bind \xe edit_command_buffer
bind -M default \cn down-or-search
bind \ekv fish_vi_key_bindings
bind \eke fish_default_key_bindings
# Jumper
bind \a "cd (z -l | sort -rn | cut -c 12- | fzf --query=(commandline --current-token) --no-sort --exact); commandline -f repaint"