We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tmux
q
1 parent cc10668 commit 39d46c3Copy full SHA for 39d46c3
tmux/tmux.conf
@@ -51,6 +51,11 @@ bind - split-window -v -c "#{pane_current_path}"
51
# reload config file (with confirm-before)
52
bind r confirm-before -y -p "Reload `~/.tmux.conf`? (Y/n)" "source-file ~/.tmux.conf ; display-message \"Reloaded .tmux.conf\""
53
54
+# By default 'C-b'-q is used to show pane numbers, but this is not very useful,
55
+# so I'm remapping it to what is essentially a no-op to make it easy to "exit"
56
+# the prefix context.
57
+bind q refresh-client
58
+
59
# Enable mouse mode (tmux 2.1 and above).
60
set -g mouse on
61
0 commit comments