Add tmux/.tmux.conf
This commit is contained in:
commit
9605bf8220
10
tmux/.tmux.conf
Normal file
10
tmux/.tmux.conf
Normal file
@ -0,0 +1,10 @@
|
||||
set mouse on
|
||||
|
||||
# Set the prefix to Ctrl+a
|
||||
set -g prefix C-a
|
||||
|
||||
# Remove the old prefix
|
||||
unbind C-b
|
||||
|
||||
# Send Ctrl+a to applications by pressing it twice
|
||||
bind C-a send-prefix
|
Loading…
Reference in New Issue
Block a user