summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux8
-rw-r--r--vimrc2
2 files changed, 8 insertions, 2 deletions
diff --git a/tmux b/tmux
index 2384843..13513a2 100644
--- a/tmux
+++ b/tmux
@@ -1,6 +1,12 @@
# vim: filetype=tmux
-# 0 is too far from ` ;)
+# rebind leader to C-\
+unbind-key C-b
+set -g prefix 'C-\'
+bind-key 'C-\' send-prefix
+
+
+# 0 is too far from `
set -g base-index 1
diff --git a/vimrc b/vimrc
index 2056ed5..d886e78 100644
--- a/vimrc
+++ b/vimrc
@@ -59,5 +59,5 @@ if substitute(hostname(), '\n', '', '') ==# "neb"
" neb likes 'sol' more than 'solarized', for some reason
colorscheme sol
else
- colorscheme solarized
+ colorscheme sol
endif