Tmux conf: Changed prefix to ctrl+a
This commit is contained in:
parent
ea830749a2
commit
ea3beda721
2 changed files with 8 additions and 0 deletions
4
.tmux.conf
Normal file
4
.tmux.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
# remap prefix to Control + a
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
bind C-a send-prefix
|
4
ReadMe
Normal file
4
ReadMe
Normal file
|
@ -0,0 +1,4 @@
|
|||
This repo contains all of my personal settings for command line linux programs.
|
||||
Including but not limited to:
|
||||
Tmux
|
||||
Vim
|
Loading…
Add table
Add a link
Reference in a new issue