Merge pull request #6 from juancwu/mac
Merge updates from my mac tmux settings into main.
This commit is contained in:
commit
d0027045e5
2 changed files with 7 additions and 2 deletions
|
|
@ -43,6 +43,12 @@ if type -q git
|
||||||
alias ga "git add"
|
alias ga "git add"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if type -q tmux
|
||||||
|
alias tma "tmux attach"
|
||||||
|
alias tmls "tmux list-session"
|
||||||
|
alias tmks "tmux kill-session"
|
||||||
|
end
|
||||||
|
|
||||||
# allow local config overwrite
|
# allow local config overwrite
|
||||||
set LOCAL_CONFIG (dirname (status --current-file))/config-local.fish
|
set LOCAL_CONFIG (dirname (status --current-file))/config-local.fish
|
||||||
if test -f $LOCAL_CONFIG
|
if test -f $LOCAL_CONFIG
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,7 @@ bind -r - resize-pane -D 5
|
||||||
bind -r < resize-pane -L 5
|
bind -r < resize-pane -L 5
|
||||||
bind -r > resize-pane -R 5
|
bind -r > resize-pane -R 5
|
||||||
|
|
||||||
# toggle back and forth between panes
|
bind -r t last-window
|
||||||
bind -r . select-pane -t !
|
|
||||||
|
|
||||||
## basic settings
|
## basic settings
|
||||||
set-option -g status-justify "left"
|
set-option -g status-justify "left"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue