git-messenger.vim icon indicating copy to clipboard operation
git-messenger.vim copied to clipboard

E21: Cannot make changes, 'modifiable' is off

Open MuhammadSawalhy opened this issue 4 years ago • 3 comments

When I moved into the popup by pressing <leader>gm twice, I tried to use o to navigate backwards in the history of messages, but it seems that o tries to add a new line.

MuhammadSawalhy avatar Aug 11 '21 14:08 MuhammadSawalhy

Can you show how to reproduce it with list of the steps?

  1. Open Vim with some file vim foo.txt
  2. <leader>gm
  3. ...

rhysd avatar Aug 11 '21 15:08 rhysd

https://user-images.githubusercontent.com/42011920/129064718-9a10985d-b811-4b1b-9cd1-dc831e565948.mp4

MuhammadSawalhy avatar Aug 11 '21 16:08 MuhammadSawalhy

return {
  'rhysd/git-messenger.vim',
  dev = true, -- clone the repo to your dev folder (specified in your lazy config)
}

I use the lazy package manager (neovim).

As a workaround, I used a local version of the plugin and remapped the o key . source

tg0h avatar Aug 18 '23 00:08 tg0h