My .vimrc is shared with my actual vim installation. I have the following mappings, which lead to errors: ``` map j gj map k gk ``` This works fine in real vim, but gives a Recursive Mapping error in FakeVim.
My .vimrc is shared with my actual vim installation. I have the following mappings, which lead to errors:
This works fine in real vim, but gives a Recursive Mapping error in FakeVim.