Skip to content

Commit

Permalink
Use C-A C-k to close tmux windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncodes committed Nov 14, 2012
1 parent 0111f27 commit f1149dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux.conf
Expand Up @@ -86,6 +86,9 @@ bind -r - resize-pane -D 1
# C-A C-A to switch windows (like screen)
bind-key C-a last-window

# C-a C-k to close windows
bind C-k confirm-before kill-window

# copy/paste more like vim
# C-A [ enters copy mode, C-A ] pastes
set-window-option -g mode-keys vi
Expand Down

0 comments on commit f1149dc

Please sign in to comment.