mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
支持系统剪切板
This commit is contained in:
parent
ce37876c2e
commit
fe060ed93d
@ -174,3 +174,7 @@ let g:ale_lint_on_enter = 0
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
let g:gitgutter_enabled=0
|
||||
nnoremap <silent> <leader>d :GitGutterToggle<cr>
|
||||
|
||||
|
||||
vmap "+y :w !pbcopy<CR><CR>
|
||||
nmap "+p :r !pbpaste<CR><CR>
|
||||
|
Loading…
Reference in New Issue
Block a user