Update stylesheet
This commit is contained in:
parent
8b586bbd56
commit
38dbe4592c
2 changed files with 22 additions and 1 deletions
|
|
@ -43,8 +43,10 @@ theme() {
|
|||
# we need to close panels that are in a mode and get them out to send keys to vim
|
||||
if [ "${l: -1}" = 1 ]; then
|
||||
tmux send-keys -t "${l/:*/}" -X cancel && tmux send-keys -t "${l/:*/}" ":source $tfile" "Enter"
|
||||
tmux send-keys -t "${l/:*/}" ":AirlineTheme base16" "Enter"
|
||||
else
|
||||
tmux send-keys -t "${l/:*/}" ":source $tfile" "Enter"
|
||||
tmux send-keys -t "${l/:*/}" ":AirlineTheme base16" "Enter"
|
||||
fi
|
||||
|
||||
# find all panes which currently have nvim/vim running
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue