Skip to content

Commit b909066

Browse files
committed
Adding tmux configuration
new file: cfg/.tmux.conf
1 parent 00e5a48 commit b909066

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

cfg/.tmux.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+

0 commit comments

Comments
 (0)