Skip to content

emonkak/vim-accelerate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

accelerate

accelerate is a Vim plugin to define a special key mapping to accelerate key repeating. For example, to accelerate cursor movements using |hjkl| in Normal and Visual mode:

call accelerate#map('nv', '', 'h')
call accelerate#map('nv', '', 'j')
call accelerate#map('nv', '', 'k')
call accelerate#map('nv', '', 'l')

Requirements

  • Vim 8.0 or later

Documentation

You can access the documentation from within Vim using :help accelerate.