tmux pane_current_path
This commit is contained in:
parent
ba55c73dd5
commit
0e0ccf6fdd
@ -119,5 +119,10 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
historyLimit = 1000000;
|
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}"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user