Compare commits
1 Commits
207843f32c
...
727d2274d8
Author | SHA1 | Date | |
---|---|---|---|
727d2274d8 |
@ -39,12 +39,12 @@ set -g pane-base-index 1
|
||||
set-option -g mouse on
|
||||
|
||||
# Enable cursor shape per pane in VTE compatible terminals
|
||||
if -b '[ "`uname`" != "Darwin" ]' \
|
||||
"set -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'"
|
||||
if '[ "`uname`" != "Darwin" ]' \
|
||||
'set -ga terminal-overrides \',*:Ss=\E[%p1%d q:Se=\E[2 q\''
|
||||
|
||||
# Set only on OS X where it's required
|
||||
if -b '[ "`uname`" = "Darwin" ]' \
|
||||
"set -g default-command 'reattach-to-user-namespace -l $SHELL'"
|
||||
if '[ "`uname`" = "Darwin" ]' \
|
||||
'set -g default-command "reattach-to-user-namespace -l $SHELL"'
|
||||
|
||||
# Make new splits open in current directory
|
||||
bind "\"" split-window -c "#{pane_current_path}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user