tmux pane_current_path

This commit is contained in:
Motiejus Jakštys 2023-10-24 11:10:00 +03:00 committed by Motiejus Jakštys
parent ba55c73dd5
commit 0e0ccf6fdd
1 changed files with 5 additions and 0 deletions

View File

@ -119,5 +119,10 @@ in {
enable = true;
keyMode = "vi";
historyLimit = 1000000;
extraConfig = ''
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
'';
};
}