This commit is contained in:
ManjaroOne666 2019-08-08 23:30:56 +01:00
parent d68c4a0a48
commit 570682e69f
1 changed files with 5 additions and 0 deletions

5
vimrc
View File

@ -524,6 +524,9 @@ set tags+=./.tags,.tags,./tags-py,.tags-py;/home/ray/
" persisitent undo file
set undofile
set undodir=~/.vimtmp
set backupdir=~/.vimtmp
set directory=~/.vimtmp
set viewoptions-=options
@ -602,6 +605,8 @@ let g:mapleader = ' '
nnoremap <space>rr :%s/\<<C-r>=expand('<cword>')<CR>\>//g<left><left>
"}}}
" miscallaneous {{{
nnoremap <cr>l :colorscheme monotonous-light<cr>
nnoremap <cr>d :colorscheme monotonous-dark<cr>
nnoremap 0 ^
nnoremap <silent><space>cs :let @/=""<cr>
nnoremap : :setlocal norelativenumber<CR>: