Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with dead keys #111

Open
ghost opened this issue Jan 2, 2017 · 2 comments
Open

problem with dead keys #111

ghost opened this issue Jan 2, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 2, 2017

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

  • 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
  • nvim version:
    NVIM v0.2.0-137-g5855f30c
    Build type: Release
  • Keyboard layout: French Apple AZERTY

Additional Comments (if any)

I have two warnings when installing Nyaovim:

$ npm install -g nyaovim
npm WARN deprecated [email protected]: electron-prebuilt has been renamed to electron. For more details, see http://electron.atom.io/blog/2016/08/16/npm-install-electron
/usr/local/bin/nyaovim -> /usr/local/lib/node_modules/nyaovim/bin/cli.js
/usr/local/lib
└─┬ [email protected]
  ├─┬ [email protected]
  │ └─┬ [email protected]
  │   ├── [email protected]
  │   └─┬ [email protected]
  │     └─┬ [email protected]
  │       └─┬ [email protected]
  │         └─┬ [email protected]
  │           └── [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └─┬ [email protected]
          └── [email protected]

npm WARN [email protected] requires a peer of react@^15.0.2 but none was installed.

This is a great project! Thanks!

@frmh0313
Copy link

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.

@ghost
Copy link
Author

ghost commented Apr 20, 2017

Sorry for the delay. I just checked it and I have the same warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant