feat: use xdg config dirs
This commit is contained in:
parent
f9f756d80b
commit
da24197c65
9 changed files with 90 additions and 61 deletions
|
|
@ -36,9 +36,9 @@ unbind Up; bind k selectp -U
|
|||
unbind Right; bind l selectp -R
|
||||
|
||||
unbind :; bind : display-popup -E 'mux cmd'\; refresh -S
|
||||
unbind s; bind s display-popup -E 'mux pick-session'\; refresh -S
|
||||
unbind w; bind w display-popup -E 'mux pick-window'\; refresh -S
|
||||
unbind p; bind p display-popup -E 'mux pick-pane'\; refresh -S
|
||||
unbind S; bind S display-popup -E 'mux pick-session'\; refresh -S
|
||||
unbind W; bind W display-popup -E 'mux pick-window'\; refresh -S
|
||||
unbind P; bind P display-popup -E 'mux pick-pane'\; refresh -S
|
||||
|
||||
bind -r Left resizep -L 5
|
||||
bind -r Right resizep -R 5
|
||||
|
|
@ -77,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 shell'
|
||||
unbind s; bind s 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