tmux mappings

This commit is contained in:
thek4n 2024-04-02 13:16:44 +03:00
parent 165bd86025
commit ff3ff9548b
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@ bind -T off F12 \
set -u key-table \;\ set -u key-table \;\
set status on set status on
bind n command-prompt -p "New session:" "new-session -d -t '%1' \; switch-client -t '%1'"
# Zoom pane # Zoom pane
bind -n M-f resize-pane -Z bind -n M-f resize-pane -Z

View File

@ -1,5 +1,4 @@
# Tmux plugins # Tmux plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'laktak/extrakto' set -g @plugin 'laktak/extrakto'
set -g @plugin 'sainnhe/tmux-fzf'