Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 533fe93

Browse files
author
Kat
committed
Add tmux config
1 parent 6b2941b commit 533fe93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.tmux.conf

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# remap prefix from 'C-b' to 'C-a'
2+
unbind C-b
3+
set-option -g prefix C-a
4+
bind-key C-a send-prefix
5+
6+
# Start window numbering at 1
7+
set -g base-index 1

0 commit comments

Comments
 (0)