nvimacs
nvimacs copied to clipboard
Fixed issue of the keymaps not working in Command-Line mode.
Made keymaps work in command-line mode. I don't know the details of why this fixes the issue but vim/nvim behave a bit differently in cmd-mode, the keymaps did work before but the cursor would not update. Using feedkeys makes the cursor update.