tmux mappings

This commit is contained in:
thek4n 2024-04-03 16:14:44 +03:00
parent 54b7196f01
commit b2e6b78f6e

View File

@ -22,8 +22,8 @@ bind n command-prompt -p "New session:" "new-session -A -d -s '%1' \; switch-cli
# Kill session and reattach to last session
bind k confirm-before -p "kill current session? (y/n)" "switch-client -l \; kill-session -t '#S'"
# Call prompt via Alt+;
bind -n 'M-;' command-prompt
# Call prompt via prefix ;
bind ';' command-prompt
# Zoom pane
bind -n M-f resize-pane -Z
@ -94,8 +94,4 @@ bind 6 run-shell ~/.tmux/06.sh
bind 7 run-shell ~/.tmux/07.sh
bind 8 run-shell ~/.tmux/08.sh
bind 9 run-shell ~/.tmux/09.sh
bind 0 run-shell ~/.tmux/10.sh
# Unbinds
unbind-key w
bind 0 run-shell ~/.tmux/10.sh