<Leader>c copies to clipboard

This commit is contained in:
Sage Vaillancourt 2020-04-23 12:37:37 -04:00
parent a19cc96ca0
commit eec27a1cf1
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -104,6 +104,8 @@ nnoremap gs "xdiwdwep"xp
" Inverted " Inverted
nnoremap gb dawbP nnoremap gb dawbP
nnoremap <Leader>c :!cat % <Bar> xclip -selection clipboard<CR>
nnoremap <Leader>p :w<CR>:!make run<CR> nnoremap <Leader>p :w<CR>:!make run<CR>
nnoremap <Leader>gd :!git diff %<CR> nnoremap <Leader>gd :!git diff %<CR>