mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
tmux patch for bar
This commit is contained in:
parent
188d9cb439
commit
cb51c7e09b
2 changed files with 28 additions and 8 deletions
|
|
@ -20,15 +20,15 @@ in {
|
|||
sensible
|
||||
yank
|
||||
{
|
||||
plugin = onedark-theme;
|
||||
plugin = onedark-theme.overrideAttrs (_: {
|
||||
patches = [./bar.patch];
|
||||
});
|
||||
extraConfig = "\n";
|
||||
}
|
||||
{
|
||||
plugin = resurrect;
|
||||
extraConfig = ''
|
||||
set -g @resurrect-strategy-vim 'session'
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @resurrect-capture-pane-contents 'off'
|
||||
'';
|
||||
}
|
||||
{
|
||||
|
|
@ -62,8 +62,4 @@ in {
|
|||
bind -r l select-pane -R
|
||||
'';
|
||||
};
|
||||
|
||||
# home.packages = [
|
||||
# pkgs.tmux-sessionizer-cl
|
||||
# ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue