cliff.nvim
jk until fallingmotion
manually-created
cliff.nvim moves the cursor up/down until it almost falls off the cliff. If the cursor is positioned at position (row, column), then after calling cliff.go_down or cliff.go_up the cursor will move to the furthest row such that every line in between either is of length greater than column or every line is shorter than column.
Breaking changes in cliff.nvim
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"Rentib/cliff.nvim",
keys = {
{ '<c-j>', mode = { 'n', 'v', 'o' }, function() require("cliff").go_down() end },
{ '<c-k>', mode = { 'n', 'v', 'o' }, function() require("cliff").go_up() end },
},
},
Developers using cliff.nvim
more configs
1
init.lua
190
8005
Other motion plugins
more plugins
ggandor/leap.nvim
Neovim's answer to the mouse 🦘
4859
11
motion
smoka7/hop.nvim
Neovim motions on speed!
708
12
motion