[fish] Remap ctrl x e to edit_command_buffer

This commit is contained in:
Sebastian Schulze 2022-04-26 08:25:07 +02:00
parent 16fd27e351
commit 20b8cea930
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Old bash habits die hard
bind \xe edit_command_buffer
# Jumper
bind \a "cd (z -l | sort -rn | cut -c 12- | fzf --query=(commandline --current-token) --no-sort --exact); commandline -f repaint"
@ -15,6 +18,7 @@ bind \egoba "commandline -i -- '-o yaml | bat -l yaml'"
# FZF SSH
bind \es fzf-ssh
bind \ev fzf-vm
# Tmux quick access
bind \egta "ta; commandline -f repaint"