trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

missing comma in config docs

Open DeaSTL opened this issue 1 year ago • 0 comments

    close_folds = {"zM", "zm"}, -- close all folds
    open_folds = {"zR", "zr"}, -- open all folds
    toggle_fold = {"zA", "za"}, -- toggle fold of current file
    previous = "k", -- previous item
    next = "j", <------- right here 😀
    help = "?" -- help menu

DeaSTL avatar Nov 15 '23 03:11 DeaSTL