Skip to content

jonmorehouse/vim-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Vim-Nav

Smarter, horizontal navigation in vim.

asciicast

vim-nav is a simple plugin that hijacks b and e for smarter navigation between characters. vim-nav allows you to navigate through snake case, camel case and normal word breaks. Break characters are also configurable for custom navigation.

vim-nav works by replacing the b and e mappings in normal mode.

Installation

vim-nav should work with your vim plugin dependency manager. The recommended way to install vim-nav is using the vundle plugin manager.

Simply add this to your vundle config:

Plugin 'jonmorehouse/vim-nav'

And then run :PluginInstall from within a vim session to install.

FAQ

Why use python?

Well, it's just easier!

Hasn't this been done before?

Yeah, probably; I haven't found anything that fits my needs just yet so this simple plugin

What is next?

Future iterations of vim-nav could support vertical navigation. Right now, it just focuses on horizontal nav though.

About

smart horizontal navigation in vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published