Skip to content

Instantly share code, notes, and snippets.

View jacksonsvieira's full-sized avatar
🎯
Focusing

Jackson Vieira jacksonsvieira

🎯
Focusing
View GitHub Profile
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFGxrctZnVW+HIWqPSEcu1/QqjEUH6BpIa7CmC6zkZJm jacksonvieiira12@gmail.com
@jacksonsvieira
jacksonsvieira / .ideavimrc
Last active June 28, 2024 23:16
Ideavim config
""" Editing and Reloading the Config
nnoremap \e :e ~/.ideavimrc<CR>
nnoremap \r :action IdeaVim.ReloadVimRc.reload<CR>
""" The Leader Key
let mapleader=" "
" packadd matchit " Extended matching. Supports % (matching motion) and g% (reverse motion)
"Plug 'easymotion/vim-easymotion' # Requires IdeaVim-EasyMotion. Lots of mappings
" Plug 'kana/vim-textobj-entire' # entire buffer text object: ae