diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -277,4 +277,7 @@ xmap ga <Plug>(EasyAlign) nmap ga <Plug>(EasyAlign) " }}} +vnoremap <leader>c y:call system("xclip -selection clipboard", getreg("\""))<CR> +nnoremap <leader>v :call setreg("\"", system("xclip -selection clipboard -o"))<CR>p + let g:c_formatter_42_format_on_save=0 |
