diff options
| author | kkard2 <[email protected]> | 2024-04-02 11:27:43 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-04-02 11:27:43 +0200 |
| commit | d810f83140724775b355f5301de8db3371ea6668 (patch) | |
| tree | 9b87adbf11ef005db26f8e565cda620cfa90b305 /idea/.ideavimrc | |
| parent | 76d1b27f72b46763be897341f4bc42050963e4a4 (diff) | |
stream cleanup
Diffstat (limited to 'idea/.ideavimrc')
| -rw-r--r-- | idea/.ideavimrc | 10 |
1 files changed, 3 insertions, 7 deletions
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 <C-j> xi<CR><Esc>f\ -" i want to try this -nnoremap ; : -nnoremap : ; -vnoremap ; : -vnoremap : ; +nmap <leader>w :w " Focus sth (e.g. Focus Search) nmap <leader>f; <Action>(ActivateTerminalToolWindow) @@ -47,8 +43,8 @@ nmap <leader>fx <Action>(HideAllWindows) " lsp ig? nmap <leader>lr <Action>(RenameElement) nmap <leader>lf <Action>(ReformatCode) -nmap <C-]> <Action>(GotoNextError) -nmap <C-[> <Action>(GotoPreviousError) +nmap ]d <Action>(GotoNextError) +nmap [d <Action>(GotoPreviousError) nmap gh <Action>(ShowErrorDescription) " system clipboard |
