Add tmux configuration
This commit is contained in:
parent
ac28f27bb4
commit
e853692cf7
@ -21,6 +21,21 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tmux = {
|
||||||
|
enable = true;
|
||||||
|
baseIndex = 1;
|
||||||
|
historyLimit = 100500;
|
||||||
|
keyMode = "emacs";
|
||||||
|
extraConfig = ''
|
||||||
|
unbind C-Space
|
||||||
|
set -g prefix C-Space
|
||||||
|
bind C-Space send-prefix
|
||||||
|
|
||||||
|
set -g status off
|
||||||
|
'';
|
||||||
|
plugins = [ pkgs.tmuxPlugins.yank ];
|
||||||
|
};
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user