From 268a82b9cb76442662f26d6eb2503dec85656d13 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 22 Jan 2025 16:47:32 +0100 Subject: [PATCH] added .ideavimrc --- .ideavimrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .ideavimrc diff --git a/.ideavimrc b/.ideavimrc new file mode 100644 index 0000000..b845456 --- /dev/null +++ b/.ideavimrc @@ -0,0 +1,27 @@ +set scrolloff=5 +set incsearch +Plug 'machakann/vim-highlightedyank' +Plug 'tpope/vim-commentary' +set surround + +set clipboard+=unnamed + +let mapleader = "," + +map ff (SearchEverywhere) +map fd (GotoDeclaration) +map ft (GotoTypeDeclaration) + +map rc (IdeaVim.ReloadVimRc.reload) +map z (ToggleDistractionFreeMode) +map er (Run) +map a (ShowIntentionActions) +map rn (RenameElement) + +noremap h +noremap j +noremap k +noremap l + +map m (EditorDecreaseFontSize) +map s (EditorIncreaseFontSize)