Compare commits

..

No commits in common. "590f2a54fcddb24da39802ec9fd5fe37d4539eaf" and "f3218c10898d624f032de752328bcdd3a24d6bdb" have entirely different histories.

View file

@ -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