tanvirtin / vgit.nvim

Visual git plugin for Neovim
MIT License
583 stars 11 forks source link

Press q to record macro not working #342

Closed bumaociyuan closed 1 year ago

bumaociyuan commented 1 year ago

Description

Press q to record macro not working

zdleaf commented 1 year ago

Check your config - the example config uses 'q' under scene which will overwrite the macro key

    scene = {
      diff_preference = 'unified', -- unified or split
      keymaps = {
        quit = 'q'
      }
    }