Auto-close after <Leader>c
This commit is contained in:
parent
da154dcae7
commit
bb054f3d00
|
@ -128,7 +128,7 @@ nnoremap gs "xdiwdwep"xp
|
|||
" Inverted
|
||||
nnoremap gb dawbP
|
||||
|
||||
nnoremap <Leader>c :!cat % <Bar> xclip -selection clipboard<CR>
|
||||
nnoremap <Leader>c :!cat % <Bar> xclip -selection clipboard<CR><CR>
|
||||
|
||||
nnoremap <Leader>p :w<CR>:!make run<CR>
|
||||
|
||||
|
|
Loading…
Reference in New Issue