diff options
-rw-r--r-- | tmux.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config index b098341..bbca376 100644 --- a/tmux.config +++ b/tmux.config @@ -94,3 +94,6 @@ set -s escape-time 0 # Deal with screens having different set-window-option -g aggressive-resize + +# Bind the last window command +bind-key l last-window |