Add tmux configuration

这个提交包含在:
2019-07-22 17:33:33 +00:00
父节点 ac28f27bb4
当前提交 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 = {
enable = true;