Merge pull request #6 from juancwu/mac

Merge updates from my mac tmux settings into main.
This commit is contained in:
Jc 2023-01-05 18:41:32 -05:00 committed by GitHub
commit d0027045e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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"