Skip to content

Make the default key bindings optional #8

Open
@jotacosta-fb

Description

@jotacosta-fb

I like using f/F for flit and t/T for Leap. Can we make flit have optional keybindings very much like Leap does?

Right now my config is:

    use {
        'ggandor/flit.nvim',
        requires = { 'ggandor/leap.nvim' },
        config = function()
            require('flit').setup {
                keys = { f = 'f', F = 'F', t = 'ggt', T = 'ggT' },
            }

        end,
    }

I would like to just define:

  require('flit').setup {
                keys = { f = 'f', F = 'F'},
            }

Or just have the ability to call (flit-forward-to) like I do with Leap!

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