1
0

Add tmux configuration

This commit is contained in:
dump_stack() 2019-07-22 17:33:33 +00:00
parent ac28f27bb4
commit e853692cf7
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -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 = {
enable = true;