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