You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I press the orgmode keybindigs fast, so without the which-key menu, everything works.
But if I wait till the which-key menu pops up then instead of the orgmode action a text string is inserted into my buffer.
Example:
open nvim with an empty buffer
press <leader>oa fast - orgmode agenda appears
open nvim with an empty buffer
press <leader>o, waiting for the menu to appear, then press a, the following text is inserted into my buffer:
rg agenda
The same behavior in an orgmode file:
open nvim with test.org
Write some text
press <leader>o* fast, makes it a header
open nvim with test.org
Write some text
press <leader>o waiting for the menu to appear, then press *, the following text is inserted into my buffer:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently installed nvim because I want orgmode. But on most systems I maintain, I still use vim so I have my vimrc included in init.vim
This works fine so far. Exept for which-key with orgmode.
my nvim version:
If I press the orgmode keybindigs fast, so without the which-key menu, everything works.
But if I wait till the which-key menu pops up then instead of the orgmode action a text string is inserted into my buffer.
Example:
open nvim with an empty buffer
press
<leader>oa
fast - orgmode agenda appearspress
<leader>o
, waiting for the menu to appear, then pressa
, the following text is inserted into my buffer:The same behavior in an orgmode file:
open nvim with test.org
Write some text
press
<leader>o*
fast, makes it a headeropen nvim with test.org
Write some text
press
<leader>o
waiting for the menu to appear, then press*
, the following text is inserted into my buffer:My personal key bindings all work as expected.
Here are my config files for reference:
https://gist.githubusercontent.com/vosskaem/490659a43c8b30a465791572d2557d16/raw/02de2454847c6654f70d80fb868ed4ea924319a5/vimrc
https://gist.githubusercontent.com/vosskaem/490659a43c8b30a465791572d2557d16/raw/02de2454847c6654f70d80fb868ed4ea924319a5/init.vim
Any idea whats going wrong here?
Is it possible that the fact that liuchengxu/vim-which-key is a vimscript plugin and orgmode is a lua plugin makes problem here?
Best regards
Volker
Beta Was this translation helpful? Give feedback.
All reactions