From e01079b745997119d21ef0b3941fffe33c8a26d5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 18 Feb 2024 12:14:11 +0100 Subject: [PATCH] update ideavimrc --- dot_ideavimrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dot_ideavimrc b/dot_ideavimrc index 535e2a1..2a211c4 100644 --- a/dot_ideavimrc +++ b/dot_ideavimrc @@ -1,7 +1,14 @@ -set which-key set hlsearch "highlight search: highlight matches - hls/nohls set incsearch "incremental search: search while typing - is/nois set ignorecase "ignore case during search - ic/noic Plug 'machakann/vim-highlightedyank' +set number +set relativenumber +set ideajoin "custom join with code smartness +set idearefactormode=keep + +set which-key "enable which-key plugin +let g:WhichKey_ShowVimActions = "true" "show vim actions (not shown by default) +set notimeout "make vim not timeout waiting for the end of a command. useful because which-key will only display its popup for the timeout duration (default 1000 for 1s)