From 835d17588c1fef809b885a3c65b2fc07c785a143 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 9 May 2022 03:56:41 -0500 Subject: Add ideavimrc for PyCharm Vim plugin --- other/ideavimrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'other/ideavimrc') diff --git a/other/ideavimrc b/other/ideavimrc index f88b024..c746971 100644 --- a/other/ideavimrc +++ b/other/ideavimrc @@ -32,12 +32,20 @@ set ignorecase set smartcase set showmode nnoremap :nohl +nnoremap :tabp +nnoremap :tabn """ IdeaVim options +" Join and justify paragraphs/lines set ideajoin " smartjoin +vnoremap gq :action FillParagraph +" Thank you: https://stackoverflow.com/a/37842786/7498073 +" TIP: Got the action name by listing all actions that contain the word fill +" `:actionlist fill` "set ideamarks """ Plugins +" Couldn't make it to work well :( " https://github.com/abrookins/WrapToColumn -nmap gq :action com.andrewbrookins.idea.wrap.WrapAction +" vnoremap gq :action com.andrewbrookins.idea.wrap.WrapParagraphAction -- cgit v1.2.3