Skip to content

Commit 1c97f36

Browse files
committed
alternative names to tmux conf file
1 parent b909066 commit 1c97f36

2 files changed

Lines changed: 28 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+

cfg/tmux.conf.txt

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)