1
0
mirror of https://github.com/amix/vimrc synced 2025-08-03 03:34:59 +08:00

Init basic.vim and add YouCompleteMe

This commit is contained in:
Cong Wang
2021-10-03 17:00:45 +02:00
parent d93dda4770
commit a3191e681b
4 changed files with 13 additions and 3 deletions

View File

@ -323,11 +323,17 @@ noremap <Leader>m mmHmt:%s/<C-V><cr>//ge<cr>'tzt'm
map <leader>q :e ~/buffer<cr>
" Quickly open a markdown buffer for scribble
map <leader>x :e ~/buffer.md<cr>
" Changed by Cong --19.09.2021
" map <leader>x :e ~/buffer.md<cr>
" Toggle paste mode on and off
map <leader>pp :setlocal paste!<cr>
" --cong.w fast quit
map <leader>q :q<cr>
" --cong.w paste
set clipboard=unnamed
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Helper functions