Select a color scheme for your Dotfyle experience

Rentib / cliff.nvim

cliff.nvim

jk until falling
29 1 0 5 days ago
motion 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

49bb9b 2 months ago
fix!: change the way cursor is moved

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