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

CTRL-F does nothing #194

Closed
mattsawyer77 opened this issue Dec 16, 2015 · 8 comments
Closed

CTRL-F does nothing #194

mattsawyer77 opened this issue Dec 16, 2015 · 8 comments

Comments

@mattsawyer77
Copy link

For some reason, only in Neovim.app, CTRL-f doesn't seem to do anything. I don't have it mapped (as far as I can tell anyway) to anything. It works fine in terminal nvim.

@rogual
Copy link
Owner

rogual commented Dec 16, 2015

What are you expecting it to do?

On 16 Dec 2015, at 19:41, Matt Sawyer notifications@github.com wrote:

For some reason, only in Neovimapp, CTRL-f doesn't seem to do anything I don't have it mapped (as far as I can tell anyway) to anything It works fine in terminal nvim


Reply to this email directly or view it on GitHub #194.

@mattsawyer77
Copy link
Author

@rogual page down. I also tried mapping it like map <C-f> <C-d><C-d> but that didn't work.

@rogual
Copy link
Owner

rogual commented Dec 16, 2015

Huh, weird. Works for me. Can you start with -u NONE to disable user settings & see if it still happens?

On 16 Dec 2015, at 23:45, Matt Sawyer notifications@github.com wrote:

@rogual https://github.com/rogual page down. I also tried mapping it like map but that didn't work.


Reply to this email directly or view it on GitHub #194 (comment).

@mattsawyer77
Copy link
Author

@rogual not sure how to do that when launching Neovim.app. I currently do open -a /Applications/Neovim.app/Contents/MacOS/Neovim but adding -u NONE to this results in an error.

@rogual
Copy link
Owner

rogual commented Dec 17, 2015

With open you have to make it --args -u NONE

@mattsawyer77
Copy link
Author

@rogual thanks. I was also able to open just by calling the executable directly. CTRL-f is working, so I must have some plugin or map somewhere that is preventing it. Thanks for your help!

@mattsawyer77
Copy link
Author

Anyone have any clues for how I can find what's preventing CTRL-f from working? I've combed through the output of :map and :map! and have come up with nothing. I have a lot of plugins and, unless there is no other way, didn't want to go down the road of disabling them one by one to find it.

@mattsawyer77
Copy link
Author

For posterity, it turned out to be a mapping I created in OS X Keyboard preferences.

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

2 participants