mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
binding for copying to clipboard
This commit is contained in:
parent
9b6005292c
commit
f956d79c11
@ -85,6 +85,9 @@ set noshowcmd
|
|||||||
" Replace all is aliased to S.
|
" Replace all is aliased to S.
|
||||||
nnoremap S :%s//g<Left><Left>
|
nnoremap S :%s//g<Left><Left>
|
||||||
|
|
||||||
|
" Copy to clipboard
|
||||||
|
map <leader>y "+y
|
||||||
|
|
||||||
" Compile document, be it groff/LaTeX/markdown/etc.
|
" Compile document, be it groff/LaTeX/markdown/etc.
|
||||||
map <leader>c :w! \| !compiler "<c-r>%"<CR>
|
map <leader>c :w! \| !compiler "<c-r>%"<CR>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user