minor updates

This commit is contained in:
Alexander Navarro 2025-06-02 10:07:25 -04:00
parent a01c1bd837
commit 33eca41435
2 changed files with 7 additions and 1 deletions

View file

@ -4,7 +4,7 @@
" Find more examples here: https://jb.gg/share-ideavimrc
" UI/UX
set scrolloff=15
set scrolloff=10
set autoindent
set relativenumber
set showcmd
@ -108,6 +108,9 @@ let g:WhichKeyDesc_Commentary = "<leader>gc Comment"
" vmap <leader>lf <Action>(ReformatCode)<ESC>
nmap <leader>lr <Action>(RenameElement)
" Actions
nmap <leader>ps <Action>(QuickList.SSH Actions)
"" git operation
nmap <leader>gt <Action>(ActivateCommitToolWindow)
" nmap <leader>gC <Action>(Vcs.ShowTabbedFileHistory)