diff options
Diffstat (limited to 'files/.tmux.conf')
| -rw-r--r-- | files/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.tmux.conf b/files/.tmux.conf index ee9533a..32efa71 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -33,7 +33,7 @@ setw -g mouse on #bind \ split-window -h -c '#{pane_current_path}' # toggle last 2 windows -bind C-a last-window +bind-key Tab last-window ## pane movement #bind h select-pane -L |
