This commit is contained in:
RingOfStorms (Josh) 2024-05-08 00:07:25 -05:00
parent 5fd3d3a40a
commit 7a46a2c96b
6 changed files with 13 additions and 6 deletions

View file

@ -53,6 +53,9 @@
# direnv things
"/.direnv"
# local only files
"*.local"
];
};
}

View file

@ -6,7 +6,7 @@ bind C-Space send-prefix
bind -r p previous-window
bind -r n next-window
bind -r & kill-window
bind -r c new-window
bind -r c new-window -c "#{pane_current_path}"
bind ',' command-prompt "rename-window %%"
# Defaults are % and " which is weird and I cannot seem to remember them so using my normal | and \
bind -r "\\" split-window -v -c "#{pane_current_path}"