copy-cut-paste.vim
copy-cut-paste.vim copied to clipboard
I want to use this plugin as my main way to use text
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.
How Can I Disable This or Change To Do Nothing when the line is empty?