1
0
Fork 0

moar tweaks for neovim and termite

This commit is contained in:
Von Random 2015-11-07 12:31:35 +03:00
parent 123266012d
commit 9df479d1f0
2 changed files with 5 additions and 0 deletions

View file

@ -8,3 +8,7 @@
.titlebar {
border-radius: 0;
}
VteTerminal {
padding: 0;
}

View file

@ -45,6 +45,7 @@ set -g terminal-overrides "rxvt-unicode*:sitm@,ritm@"
set -g set-titles on
set -g set-titles-string '#h'
set -g default-terminal "screen-256color"
set -g status-position top
set -g status-bg "colour8"
set -g message-command-fg "colour7"