2024-05-24 21:33:00 +02:00
|
|
|
{ ... }:
|
2024-04-04 13:49:19 +02:00
|
|
|
|
|
|
|
{
|
2024-05-24 21:33:00 +02:00
|
|
|
# TODO: Port changes over from dots and streamline workflow
|
2024-04-04 13:49:19 +02:00
|
|
|
programs.tmux = {
|
|
|
|
enable = true;
|
|
|
|
prefix = "C-Space";
|
|
|
|
customPaneNavigationAndResize = true;
|
|
|
|
baseIndex = 1;
|
|
|
|
extraConfig = ''
|
|
|
|
bind v split-window -v
|
|
|
|
bind c split-window -h
|
|
|
|
bind n new-window
|
|
|
|
'';
|
|
|
|
};
|
|
|
|
}
|