mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12: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 ##
|
||||
####################################
|
||||
|
||||
# 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'
|
||||
}
|
||||
# Change default Prefix key to Ctrl+Space
|
||||
unbind C-b
|
||||
set -g prefix C-Space
|
||||
|
||||
# Reload config with Prefix+R
|
||||
unbind r
|
||||
|
|
Loading…
Reference in a new issue