Added todo note

This commit is contained in:
Wryn Wagner 2020-04-24 14:09:46 -06:00
parent 9f8157f227
commit dd4a12cafb

View File

@ -30,6 +30,8 @@ vnoremap Q !$SHELL<CR>
nnoremap Q !!$SHELL<CR>
" \c \v to copy/paste from xclip
" @TODO: learn how to freaking compile vim with x11 compatibility so these
" aren't necessary :)
vnoremap <Leader>c :w !xclip<CR><CR>
nnoremap <Leader>v o<esc>!!xclip -o<CR>