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"
|
||||
end
|
||||
|
||||
if type -q tmux
|
||||
alias tma "tmux attach"
|
||||
alias tmls "tmux list-session"
|
||||
alias tmks "tmux kill-session"
|
||||
end
|
||||
|
||||
# allow local config overwrite
|
||||
set LOCAL_CONFIG (dirname (status --current-file))/config-local.fish
|
||||
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 -R 5
|
||||
|
||||
# toggle back and forth between panes
|
||||
bind -r . select-pane -t !
|
||||
bind -r t last-window
|
||||
|
||||
## basic settings
|
||||
set-option -g status-justify "left"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue