Skip to content

Instantly share code, notes, and snippets.

View talis0man's full-sized avatar
🧑‍🎓

talis0man

🧑‍🎓
View GitHub Profile
Plug 'easymotion/vim-easymotion'
let mapleader=" "
set easymotion
nmap <space><space>s :action KJumpAction<cr>
nmap <space><space>w :action KJumpAction.Word0<cr>
nmap <space><space>l :action KJumpAction.Line<cr>
set hlsearch