tmux: change ctrl+a binding to last-window

This commit is contained in:
masterzu 2019-02-13 12:19:46 +01:00
parent f603426e51
commit c2348ace3b
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ bind % split-window -h -c "#{pane_current_path}"
bind '|' split-window -h -c "#{pane_current_path}" bind '|' split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"
# last pane like in screen # last window like in screen
bind C-a last-pane bind C-a last-window
# reload this file # reload this file
bind r source-file /home/patrick/.tmux.conf \; display-message ".tmux.conf reloaded" bind r source-file /home/patrick/.tmux.conf \; display-message ".tmux.conf reloaded"