mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
Compare commits
2 commits
f3218c1089
...
590f2a54fc
Author | SHA1 | Date | |
---|---|---|---|
590f2a54fc | |||
98b0d29a5e |
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
|||
## BINDINGS ##
|
||||
####################################
|
||||
|
||||
# Change default Prefix key to Ctrl+Space
|
||||
unbind C-b
|
||||
set -g prefix C-Space
|
||||
# Change default Prefix key to Ctrl+Space unless this is an SSH session
|
||||
if-shell -b '! [ "$SSH_CLIENT" ]' {
|
||||
unbind C-b; set -g prefix C-Space; display 'Bind key: CTRL+SPACE'
|
||||
}
|
||||
|
||||
# Reload config with Prefix+R
|
||||
unbind r
|
||||
|
|
Loading…
Reference in a new issue