Add vim smyck

This commit is contained in:
Hunter Haugen 2015-08-25 14:10:44 -07:00
parent af1678cde2
commit 4880433401
2 changed files with 96 additions and 0 deletions

1
.vimrc
View file

@ -1338,6 +1338,7 @@ nnoremap :B :b
noremap <Leader>rg :color relaxedgreen<CR>
noremap <Leader>ip :color inkpot<CR>
noremap <Leader>ir :color ir_black<CR>
noremap <Leader>sm :color smyck<CR>
noremap <Leader>mv :color macvim<CR>:set background=light<CR>
if v:version >= 703
noremap <Leader>f :FufFileWithCurrentBufferDir<CR>