tmux keybinds

This commit is contained in:
deneb 2025-03-25 00:32:47 +01:00
parent 2dda5b3f0a
commit 91ae67cfa5

View file

@ -1,5 +1,13 @@
if status is-interactive
bind alt-g '__fish_echo git status'
bind ctrl-l '__fish_echo clear'
if set -q TMUX
bind ctrl-h 'tmux select-pane -L'
bind ctrl-j 'tmux select-pane -D'
bind ctrl-k 'tmux select-pane -U'
bind ctrl-l 'tmux select-pane -R'
end
end
function fish_greeting