aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-12-13 16:24:56 +0000
committerCody Hiar <codyfh@gmail.com>2018-12-13 16:24:56 +0000
commit24762c1a8a792a5bd7f2fe963a6506b60d312bc0 (patch)
tree1286dbb45e4796a1fb6da874f4b6a971a4789079
parent8ba2465a9a72fef560d0eb272ea8be5c4914b06b (diff)
Change the last client command
-rw-r--r--tmux.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config
index d6da56c..38292d6 100644
--- a/tmux.config
+++ b/tmux.config
@@ -29,7 +29,7 @@ bind l resize-pane -R 3
bind C-b last-window
bind C-g last-pane
# Bind the last session command
-bind C-s switch-client -l
+bind C-f switch-client -l
# Faster window switching
bind C-n next-window
bind C-p previous-window