New themes, new snippets, change c-x to c-w

This commit is contained in:
2023-10-28 21:59:56 +02:00
parent 34ccdabaeb
commit 5f91641217
11 changed files with 199 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ nnoremap <M-g> :call Litde()<CR>
" Theme
nnoremap <M-+> :colo github_light_high_contrast<CR>
nnoremap <M--> :colo vim-monokai-tasty<CR>
nnoremap <M--> :colo default<CR>
" Fuzzy finder
nnoremap <C-f> :Lines<CR>
@@ -99,5 +99,5 @@ function! Build()
endfunction
nnoremap <C-b> :call Build()<CR>
nnoremap <C-x> :bdelete<CR>
nnoremap <C-w> :bdelete<CR>
nnoremap <C-y> :b#<CR>