aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf.dot.link')
-rw-r--r--tmux.conf.dot.link4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.conf.dot.link b/tmux.conf.dot.link
index e3674b2..069fd28 100644
--- a/tmux.conf.dot.link
+++ b/tmux.conf.dot.link
@@ -22,3 +22,7 @@ set -g status-right-length 60
# Powerline
#source '/usr/share/powerline/bindings/tmux/powerline.conf'
+
+# See https://stackoverflow.com/questions/15470001/bind-ctrltab-and-ctrlshifttab-in-tmux
+#bind-key -n C-Tab next-window
+#bind-key -n C-S-Tab previous-window