diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 19:13:16 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 19:13:16 +0200 |
commit | c1a34c4c46c7f4afac7b705e532cca1bd67583e2 (patch) | |
tree | 312496a9c5b0bd958b28fc9d005a16c9ce3d2284 | |
parent | Update (diff) | |
download | dotfiles-bsd-c1a34c4c46c7f4afac7b705e532cca1bd67583e2.tar.gz dotfiles-bsd-c1a34c4c46c7f4afac7b705e532cca1bd67583e2.tar.bz2 dotfiles-bsd-c1a34c4c46c7f4afac7b705e532cca1bd67583e2.tar.xz dotfiles-bsd-c1a34c4c46c7f4afac7b705e532cca1bd67583e2.tar.zst dotfiles-bsd-c1a34c4c46c7f4afac7b705e532cca1bd67583e2.zip |
Colors update for vimpc
Diffstat (limited to '')
-rw-r--r-- | .config/vimpc/vimpcrc | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/.config/vimpc/vimpcrc b/.config/vimpc/vimpcrc index 5c81a72..0ce60ce 100644 --- a/.config/vimpc/vimpcrc +++ b/.config/vimpc/vimpcrc @@ -1,3 +1,5 @@ +" vim: filetype=vim + " Configuration of vimpc is done using vimpc commands " these can include commands which require an mpd connection " @@ -32,6 +34,10 @@ map <A-j> gt " Turn consume on when we connect "consume on +set singlequit +set ignorecase +set incsearch + " Ensure that the database is up to date each connect update @@ -46,7 +52,12 @@ update "play 1 " Color the statusline and tabs -" highlight status blackbg -" highlight tab blackbg +highlight status black yellow +highlight tab black yellow +highlight dir default magenta +highlight song default cyan +highlight partial default blue +highlight full default green +highlight current default yellow echo Config File Complete |