Skip to content

hrsh7th/vim-foolish-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

foolish_move

Usage

nnoremap h :<C-u>call foolish_move#stop()<CR>h
nnoremap j :<C-u>call foolish_move#stop()<CR>j
nnoremap k :<C-u>call foolish_move#stop()<CR>k
nnoremap l :<C-u>call foolish_move#stop()<CR>l
nnoremap H :<C-u>call foolish_move#flick('left')<CR>
nnoremap J :<C-u>call foolish_move#flick('down')<CR>
nnoremap K :<C-u>call foolish_move#flick('up')<CR>
nnoremap L :<C-u>call foolish_move#flick('right')<CR>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published