tmux: formatted with alejendra
This commit is contained in:
parent
b4e1aa35ab
commit
43c29f650d
|
@ -1,11 +1,12 @@
|
|||
# Common configuration for Tmux users
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
tmux = { # Terminal multiplexer required by byobu
|
||||
tmux = {
|
||||
# Terminal multiplexer required by byobu
|
||||
enable = true;
|
||||
aggressiveResize = true;
|
||||
clock24 = true;
|
||||
|
@ -28,10 +29,10 @@
|
|||
bind-key -n Home send Escape "OH"
|
||||
bind-key -n End send Escape "OF"
|
||||
'';
|
||||
keyMode = "vi";
|
||||
keyMode = "vi";
|
||||
newSession = true;
|
||||
shortcut = "a";
|
||||
terminal = "screen-256color";
|
||||
shortcut = "a";
|
||||
terminal = "screen-256color";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -43,5 +44,4 @@
|
|||
tmuxPlugins.tmux-fzf
|
||||
tmuxPlugins.yank
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue