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