[tmux] use C-Space instead of C-A as prefix
This commit is contained in:
parent
5c6aa58682
commit
23493a7a1e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue