Basic tmux config
This commit is contained in:
parent
ac9ea7e5fa
commit
07239a07b0
1 changed files with 9 additions and 0 deletions
9
tmux/tmux.conf.symlink
Normal file
9
tmux/tmux.conf.symlink
Normal file
|
@ -0,0 +1,9 @@
|
|||
# remap prefix to Control + a
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
bind C-a send-prefix
|
||||
|
||||
# quick pane cycling
|
||||
unbind ^A
|
||||
bind ^A select-pane -t :.+
|
||||
|
Loading…
Add table
Reference in a new issue