Auto-close after <Leader>c

This commit is contained in:
Sage Vaillancourt 2024-01-20 17:38:45 -05:00
parent da154dcae7
commit bb054f3d00
1 changed files with 1 additions and 1 deletions

View File

@ -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>