aboutsummaryrefslogtreecommitdiff
path: root/tmux.config
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2016-11-22 16:05:02 -0700
committerCody Hiar <codyfh@gmail.com>2016-11-22 16:05:02 -0700
commitdb1b051912135c782e78f9a841f1b7a4ef20631c (patch)
tree5f99ae570b4db459057ffacced76b8b1f7a819f5 /tmux.config
parenteb88ab0d78f59d33bb4e4807e5a0fcf989d3b036 (diff)
Updating the last session command
Diffstat (limited to 'tmux.config')
-rw-r--r--tmux.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config
index f6d5c69..74a49cd 100644
--- a/tmux.config
+++ b/tmux.config
@@ -23,6 +23,8 @@ unbind -t vi-copy Enter
bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
# Bind the last window command
bind C-b last-window
+# Bind the last session command
+bind C-l switch-client -l
# Synchronize mode, how the fuck did I not know about this
bind a set-window-option synchronize-panes