Merge branch 'master' into dataport
This commit is contained in:
commit
ff92e20a89
2 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,7 @@ wsErrorHighlight = all
|
|||
[fetch]
|
||||
prune = true
|
||||
[safe]
|
||||
directory = ~/dotfiles
|
||||
directory = *
|
||||
[advice]
|
||||
addIgnoredFile = true
|
||||
addEmptyPathspec = false
|
||||
|
|
|
@ -38,6 +38,9 @@ bind j select-pane -D
|
|||
bind h select-pane -L
|
||||
bind l select-pane -R
|
||||
|
||||
# display more of the session name
|
||||
set -g status-left-length 20
|
||||
|
||||
# Splits
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
|
Loading…
Add table
Reference in a new issue