From d810f83140724775b355f5301de8db3371ea6668 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Tue, 2 Apr 2024 11:27:43 +0200 Subject: stream cleanup --- idea/.ideavimrc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'idea') diff --git a/idea/.ideavimrc b/idea/.ideavimrc index 3e2506b..e01d24b 100644 --- a/idea/.ideavimrc +++ b/idea/.ideavimrc @@ -28,11 +28,7 @@ set ideajoin nnoremap xif\ -" i want to try this -nnoremap ; : -nnoremap : ; -vnoremap ; : -vnoremap : ; +nmap w :w " Focus sth (e.g. Focus Search) nmap f; (ActivateTerminalToolWindow) @@ -47,8 +43,8 @@ nmap fx (HideAllWindows) " lsp ig? nmap lr (RenameElement) nmap lf (ReformatCode) -nmap (GotoNextError) -nmap (GotoPreviousError) +nmap ]d (GotoNextError) +nmap [d (GotoPreviousError) nmap gh (ShowErrorDescription) " system clipboard -- cgit v1.3.1