Skip to content

Commit d6c880d

Browse files
committed
re-add pane_current_path tricj
1 parent af04257 commit d6c880d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nix/home/common.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@
224224
resurrect
225225
continuum
226226
];
227+
extraConfigBeforePlugins = ''
228+
bind c new-window -c "#{pane_current_path}"
229+
bind % split-window -h -c "#{pane_current_path}"
230+
bind '"' split-window -v -c "#{pane_current_path}"
231+
'';
227232
};
228233

229234
programs.gh = {

0 commit comments

Comments
 (0)