tmux mappings
This commit is contained in:
parent
54b7196f01
commit
b2e6b78f6e
@ -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
|
# Kill session and reattach to last session
|
||||||
bind k confirm-before -p "kill current session? (y/n)" "switch-client -l \; kill-session -t '#S'"
|
bind k confirm-before -p "kill current session? (y/n)" "switch-client -l \; kill-session -t '#S'"
|
||||||
|
|
||||||
# Call prompt via Alt+;
|
# Call prompt via prefix ;
|
||||||
bind -n 'M-;' command-prompt
|
bind ';' command-prompt
|
||||||
|
|
||||||
# Zoom pane
|
# Zoom pane
|
||||||
bind -n M-f resize-pane -Z
|
bind -n M-f resize-pane -Z
|
||||||
@ -95,7 +95,3 @@ bind 7 run-shell ~/.tmux/07.sh
|
|||||||
bind 8 run-shell ~/.tmux/08.sh
|
bind 8 run-shell ~/.tmux/08.sh
|
||||||
bind 9 run-shell ~/.tmux/09.sh
|
bind 9 run-shell ~/.tmux/09.sh
|
||||||
bind 0 run-shell ~/.tmux/10.sh
|
bind 0 run-shell ~/.tmux/10.sh
|
||||||
|
|
||||||
|
|
||||||
# Unbinds
|
|
||||||
unbind-key w
|
|
||||||
Loading…
x
Reference in New Issue
Block a user