rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

CTRL-F does nothing #194

Closed mattsawyer77 closed 8 years ago

mattsawyer77 commented 8 years ago

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 commented 8 years ago

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 https://github.com/rogual/neovim-dot-app/issues/194.

mattsawyer77 commented 8 years ago

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

rogual commented 8 years ago

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 https://github.com/rogual/neovim-dot-app/issues/194#issuecomment-165286804.

mattsawyer77 commented 8 years ago

@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 commented 8 years ago

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

mattsawyer77 commented 8 years ago

@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 commented 8 years ago

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 commented 8 years ago

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