Add Keybind c-b space to enter copy mode in tmux
This commit is contained in:
parent
3fee4a074f
commit
b9f62a1890
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -503,6 +503,10 @@ let user = import ./name.nix; in
|
|||
escapeTime = 10;
|
||||
keyMode = "vi";
|
||||
mouse = true;
|
||||
extraConfig = ''
|
||||
unbind-key 'Space'
|
||||
bind-key 'Space' copy-mode
|
||||
'';
|
||||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue