Skip to content

Vim plugin adding motion specific to Javascript programming language

License

Notifications You must be signed in to change notification settings

okcompute/vim-javascript-motions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-javascript-motions

Vim motions specific to Javascript programming language

Supported motions

Mapping Description
]C Move to next class
[C Nove to previous class
]M Move to next function or method
[M Move to next function or method
]D Move to next describe
[D Nove to previous describe
]I Move to next it
[I Move to next it
]] Move to next pattern
[[ Move to previous pattern

Examples

]C => move to start of next class

]I => move to start of next it test function

[[ => move to previous class of function

About

Vim plugin adding motion specific to Javascript programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published