<Leader>c copies to clipboard
This commit is contained in:
parent
a19cc96ca0
commit
eec27a1cf1
2
.vimrc
2
.vimrc
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue