James Smith
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
James Smith created a post, How to make dd ignore empty lines but yank to system clipboard and delete non-empty lines in IdeaVim?
I'm trying to customise my .ideavimrc configuration to make the dd command smarter: For empty lines: Delete without yanking (use black hole register) For non-empty lines: Yank to system clipboard...