add(fish): nix-shell binding

This commit is contained in:
Léana 江 2023-12-08 19:28:16 +01:00 committed by Léana 江
parent 1257243e03
commit b96d7fd7ef
2 changed files with 7 additions and 0 deletions

View file

@ -85,6 +85,11 @@ bind s run-shell "fish -c tmux_last"
# fast kill
bind C-k confirm-before kill-session
# pane movement
bind < command-prompt -p "join pane from:" "join-pane -s '%%'"
bind > command-prompt -p "send pane to:" "join-pane -t '%%'"
bind b command-prompt -p "break pane to " "break-pane -t '%%'"
# Disable toggle
# credit https://github.com/samoshkin/tmux-config/blob/master/tmux/tmux.conf
bind -T root F12 \