1
0
Fork 0

Add tmux configuration

master
dump_stack() 2019-07-22 17:33:33 +00:00
parent ac28f27bb4
commit e853692cf7
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 15 additions and 0 deletions

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;