fix(nix): use xdb base dirs
This commit is contained in:
parent
74cf64b270
commit
91c1ed1fb0
3 changed files with 4 additions and 4 deletions
|
|
@ -45,7 +45,6 @@ bind -r Right resizep -R 5
|
|||
bind -r Up resizep -U 5
|
||||
bind -r Down resizep -D 5
|
||||
|
||||
unbind w; bind w neww -c '#{pane_current_path}'
|
||||
unbind \'; bind \' splitw -hc '#{pane_current_path}'
|
||||
unbind \-; bind \- splitw -vc '#{pane_current_path}'
|
||||
|
||||
|
|
@ -78,7 +77,7 @@ run 'tmux source "$XDG_CONFIG_HOME/tmux/themes/${THEME:-midnight}.conf"'
|
|||
unbind a; bind a run 'mux ai'
|
||||
unbind c; bind c run 'mux code'
|
||||
unbind r; bind r run 'mux run'
|
||||
unbind t; bind t run 'mux term'
|
||||
unbind t; bind t run 'mux shell'
|
||||
unbind g; bind g run 'mux git'
|
||||
unbind m; bind m run 'mux misc'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue