[tmux] use C-Space instead of C-A as prefix

This commit is contained in:
Fernando Schauenburg 2018-04-15 11:05:22 +02:00
parent 5c6aa58682
commit 23493a7a1e

View file

@ -2,7 +2,7 @@
# Key bindings
#
unbind C-b
set -g prefix C-a
set -g prefix C-Space
bind | split-window -h
bind < split-window -h # | without shift on german keyboard
@ -12,7 +12,6 @@ bind X kill-window
bind r source-file ~/.tmux.conf
bind . next-window
bind , previous-window
bind a send-key C-a # for nested tmux sessions
bind n command-prompt 'rename-window %%'
bind N command-prompt 'rename-session %%'
bind h select-pane -L