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

First time you call the hydra you end up in insert mode

Open raffaem opened this issue 1 year ago • 2 comments

The first time you run a cell with the hydra, i.e. <space>hx, the cell is send over to the REPL correctly, the cursor is moved down to next cell correctly, but you are left in insert mode for some reason

raffaem avatar Feb 07 '24 01:02 raffaem

I think this is an iron.nvim bug, as it happens also without calling NotebookNavigator functionalities: https://github.com/Vigemus/iron.nvim/issues/207

raffaem avatar Feb 07 '24 02:02 raffaem

iron.nvim seems half-abandoned. Can we work around this bug by issuing <Esc> after hydra commands?

raffaem avatar Feb 13 '24 09:02 raffaem

I'm afraid I can't reproduce this. I stay in normal mode after following the sequence of steps you describe above. I'm on 0.10.0 while I test this but I believe that last time I tried on the latest 0.9.* everything was fine too.

GCBallesteros avatar May 23 '24 14:05 GCBallesteros