Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-10-05 10:08:49 +02:00
parent 90e44d2278
commit c4dac1f8e7
3 changed files with 7 additions and 3 deletions

View File

@ -245,6 +245,10 @@ cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit!
map <F3> :setlocal spell! spelllang=en_gb<CR>
map <F4> :setlocal spell! spelllang=pl<CR>
" Copy into system
noremap <Leader>y "*y
noremap <Leader>p "*p
" Code
map <F12> :w<CR>:terminal ~/.local/bin/debugger '%:p'<CR>
map <Leader>, :CocAction<CR>