Rentib
/
cliff.nvim
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
samtgarson/dotfiles
/dot_config/exact_nvim
7
init.lua
47
1932
rneithon/dotfiles
/config/nvim
1
init.lua
172
6169