updates
This commit is contained in:
parent
5fd3d3a40a
commit
7a46a2c96b
6 changed files with 13 additions and 6 deletions
|
@ -53,6 +53,9 @@
|
|||
|
||||
# direnv things
|
||||
"/.direnv"
|
||||
|
||||
# local only files
|
||||
"*.local"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue