Add a tmux conf
This commit is contained in:
parent
abeb864a3c
commit
9125b39d3e
2 changed files with 11 additions and 0 deletions
10
tmux
Normal file
10
tmux
Normal file
|
@ -0,0 +1,10 @@
|
|||
# remap prefix from 'C-b' to 'C-a'
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
||||
# reload config file (change file location to your the tmux.conf you want to use)
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
# Enable mouse mode (tmux 2.1 and above)
|
||||
set -g mouse on
|
Loading…
Add table
Add a link
Reference in a new issue