Compare commits
2 Commits
e95f56e240
...
7d6e294340
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d6e294340 | |||
| 8690a0289d |
@@ -23,12 +23,7 @@ in
|
|||||||
programs.tmux.historyLimit = 50000;
|
programs.tmux.historyLimit = 50000;
|
||||||
programs.tmux.clock24 = true;
|
programs.tmux.clock24 = true;
|
||||||
programs.tmux.baseIndex = 1;
|
programs.tmux.baseIndex = 1;
|
||||||
programs.tmux.prefix = "`";
|
programs.tmux.prefix = "M-\\\\";
|
||||||
|
|
||||||
programs.tmux.extraConfig = ''
|
|
||||||
bind -n S-Left previous-window
|
|
||||||
bind -n S-Right next-window
|
|
||||||
'';
|
|
||||||
|
|
||||||
programs.tmux.plugins = with pkgs; [
|
programs.tmux.plugins = with pkgs; [
|
||||||
tmuxPlugins.cpu
|
tmuxPlugins.cpu
|
||||||
|
|||||||
Reference in New Issue
Block a user