Changed tmux prefix from C-b to C-y.
This commit is contained in:
parent
a0340c98b2
commit
c2eacebb11
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
# Original Source:
|
# Original Source:
|
||||||
# https://github.com/jonasjacek/colorcli
|
# https://github.com/jonasjacek/colorcli
|
||||||
|
|
||||||
|
# Set prefix key
|
||||||
|
unbind-key C-b
|
||||||
|
bind y send-prefix
|
||||||
|
set -g prefix ^y
|
||||||
|
|
||||||
# DESIGN: 256 COLOR SUPPORT
|
# DESIGN: 256 COLOR SUPPORT
|
||||||
setw -g default-terminal "screen-256color"
|
setw -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue