Skip to content

yutkat/leap-word.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leap-word

Go to any word in the current buffer.

screenshot

Usage

vim.keymap.set({ "n", "x" }, "SS", function()
	require("leap").leap({
		targets = get_backward_words(1), -- 1 means search word from one line up
	})
end)

vim.keymap.set({ "n", "x" }, "Ss", function()
	require("leap").leap({
		targets = get_forward_words(1), -- 1 means search word from one line down
	})
end)

About

Enable to move to word by leap.nvim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages