Skip to content

oatish/oatjump.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

oatjumper

small neovim plugin to jump to the next character in a specified list of characters meant to represent word separators.

tl;dr it lets u move across rows by "words" bruh

the default configuration is

config = {
    separators = { " ", "_", "-", ".", "/", "\\", "\t" },
    keymaps = {
        forward = "<C-l>",
        backward = "<C-h>",
    },
}

after installed with your plugin manager of choice, simply add the following to your init.lua

require('oatjump').setup()

About

Small neovim plugin to let me move horizontally as I please

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages