diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index ffe37ae..b1d998d 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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 \ No newline at end of file +bind 0 run-shell ~/.tmux/10.sh \ No newline at end of file