Changes is nvim
This commit is contained in:
		@@ -49,6 +49,7 @@
 | 
			
		||||
        ".git/",
 | 
			
		||||
        ".hg/"
 | 
			
		||||
      ],
 | 
			
		||||
      "trace.server": "verbose",
 | 
			
		||||
      "initializationOptions": {
 | 
			
		||||
        "cache": {
 | 
			
		||||
          "directory": "/tmp/ccls"
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user