copy-cut-paste.vim icon indicating copy to clipboard operation
copy-cut-paste.vim copied to clipboard

Vim plugin for naturally copy, cut, and paste between buffer and system clipboard

Results 1 copy-cut-paste.vim issues
Sort by recently updated
recently updated
newest added

My Shortcuts nmap yy CCP_CopyLine vmap y CCP_CopyText vmap d CCP_CutText nmap p CCP_PasteText nmap dd CCP_CutLine But When I have an empty line the plugin cut the next line....