Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Plugin breaks :buffers command #1

@cjpbirkbeck

Description

@cjpbirkbeck

Hello,

I've installed this plugin alongside the range-highlight.nvim plugin. It works fine, but I have found that it does break a keybinding that I've used in the past, namely:

" Open list of buffers, then search currently open buffers.
nnoremap <leader>b :buffers<CR>:b<Space>

Normally, the output of :buffers will persist even if you start typing in a new command (here, :b), but I found that once this plugin is installed, once start typing in new command after :buffers, the previous output goes away. I am guessing that it is result of the plugin taking the line contents to parse of ranges.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions