dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 72317a805d5f1daa05a0a66ebaf9040c150d7d86
parent 7283a57730638ef8d40adea7e03186b9fcd97292
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 15 Jun 2019 13:43:17 +0200

vim: use junipero as dark color scheme

Former-commit-id: 3078124b94ff91772a6743f465b8f710e87c4ec0
Diffstat:
Mvim/commands.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/commands.vimrc b/vim/commands.vimrc @@ -148,7 +148,7 @@ endfunction " Custom commands command! Light set background=light | colorscheme kuroi -command! Dark set background=dark | colorscheme default +command! Dark set background=dark | colorscheme junipero command! TodoP vimgrep /^ *[#%\/E]* *\(TODO\|TO DO\)/ **/*.* | copen command! Todo vimgrep /^ *[#%\/E]* *\(TODO\|TO DO\)/ % | copen command! NoteP vimgrep /NOTE\C/ **/*.* | copen