Home

Awesome

First of all

Specially thanks to Lokaltog who created great vim-easymotion. Without his former work, I don't think I could create smalls from scratch.

What is this?

Yet another cursor movement plugin. Search and jump with easymotion style.

Features

Movie

Movie

Configuration example

" map normal-mode 's' for simple search
nmap s <Plug>(smalls)
" if you want to use smalls in visual/operator or both mode.
omap s <Plug>(smalls)
xmap s <Plug>(smalls)

" [NOTE] optionally it might be comfortable if you enable 'smartcase'
" comment-in following line if you want to.
" set ignorecase smartcase

Related work

If you don't like this plugin? It's ok, there are a lot of plugins like bellow.