From 938671f5d54e0c716aee84bac3c4cb8cfd62e75f Mon Sep 17 00:00:00 2001 From: liv <shadows_withal@fastmail.com> Date: Thu, 24 Aug 2023 09:58:59 +0200 Subject: [PATCH] add ideavim config --- dot_ideavimrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_ideavimrc diff --git a/dot_ideavimrc b/dot_ideavimrc new file mode 100644 index 0000000..8cea7a0 --- /dev/null +++ b/dot_ideavimrc @@ -0,0 +1,5 @@ +# I don't want to use any C- shortcuts via Vim +sethandler <C-C> a:ide +sethandler <C-V> a:ide +sethandler <C-W> a:ide +sethandler <C-S> a:ide