Changes is nvim

This commit is contained in:
Marcin Woźniak 2021-12-12 10:17:39 +01:00
parent 546df12178
commit 2e216cbd3b
Signed by: y0rune
GPG Key ID: F204C385F57EB348
2 changed files with 3 additions and 2 deletions

View File

@ -49,6 +49,7 @@
".git/",
".hg/"
],
"trace.server": "verbose",
"initializationOptions": {
"cache": {
"directory": "/tmp/ccls"

View File

@ -266,8 +266,8 @@ vnoremap <A-j> :m '>+1<CR>gv=gv
vnoremap <A-k> :m '<-2<CR>gv=gv
" Better replace
nnoremap s :%s//g<Left><Left>
vnoremap s :s//g<Left><Left>
nnoremap <Leader>s :%s//g<Left><Left>
vnoremap <Leader>s :s//g<Left><Left>
" Better adding into begging and ending line
vnoremap F <C-v>$A