This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFGxrctZnVW+HIWqPSEcu1/QqjEUH6BpIa7CmC6zkZJm jacksonvieiira12@gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" 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 |