We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b909066 commit 1c97f36Copy full SHA for 1c97f36
2 files changed
cfg/tmux.conf
@@ -0,0 +1,14 @@
1
+# change activation key
2
+unbind C-b
3
+set -g prefix C-a
4
+bind-key a send-prefix
5
+
6
+# enable mouse support
7
+set -g mouse on
8
9
+# count windows and panes starting from 1
10
+set -g base-index 1
11
+set -g pane-base-index 1
12
+set-window-option -g pane-base-index 1
13
+set-option -g renumber-windows on
14
cfg/tmux.conf.txt
0 commit comments