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
Inserting dead keys characters like "~" or "`" would work as normal.
Actual Behavior
Inserting dead keys characters need two others characters to appear on the screen. For example, when I want to edit a file in the home directory, the "~" appears only after after the third characters (at the "f" in ":e ~/filename"). The biggest annoyance is with the backtick when editing markdown (for code insertion") because it does works with <SPACE> for the "`" after the code. So, I have to write some gibberish after the backtick in order for it to appear on the screen, then deleting the gibberish and continue my text.
Steps to Reproduce (including precondition)
Install Nyaovim on MacOS following README.md
Open Nyaovim
Edit a file in Home directory using "~" or edit some code in a markdown file.
Your Environment
OS: MacOS Sierra
NyaoVim version:
NyaoVim version 0.0.22
electron : 1.4.13
chrome : 53.0.2785.143
node : 6.5.0
v8 : 5.3.332.47
I don't know about details, but I may have the same problem. When I try to install by 'sudo npm install -g nyaovim', I come to have warning that "npm WARN [email protected] requires a peer of react@^15.0.2 but none was installed." even I have newest version of react. Please check it.
Expected Behavior
Inserting dead keys characters like "~" or "`" would work as normal.
Actual Behavior
Inserting dead keys characters need two others characters to appear on the screen. For example, when I want to edit a file in the home directory, the "~" appears only after after the third characters (at the "f" in ":e ~/filename"). The biggest annoyance is with the backtick when editing markdown (for code insertion") because it does works with <SPACE> for the "`" after the code. So, I have to write some gibberish after the backtick in order for it to appear on the screen, then deleting the gibberish and continue my text.
Steps to Reproduce (including precondition)
Install Nyaovim on MacOS following README.md
Open Nyaovim
Edit a file in Home directory using "~" or edit some code in a markdown file.
Your Environment
NyaoVim version 0.0.22
electron : 1.4.13
chrome : 53.0.2785.143
node : 6.5.0
v8 : 5.3.332.47
nvim
version:NVIM v0.2.0-137-g5855f30c
Build type: Release
Additional Comments (if any)
I have two warnings when installing Nyaovim:
This is a great project! Thanks!
The text was updated successfully, but these errors were encountered: