-
Notifications
You must be signed in to change notification settings - Fork 57
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
Custom key mapping not working properly in neovim #69
Comments
But it does work with regular vim keymaps in neovim? |
Not sure if this is related, but
|
Are you on Mac? Then #71 could be related. |
@matze I am indeed, though using Kitty not iTerm. |
For a Mac and and the latest vim-move a4bbedd, this is what works for me in 4 scenarios: vim/neovim in iTerm and MacVim/VimR: if has("mac") && has("gui_running")
let g:move_normal_option = 1
endif assuming:
|
I had to revisit as not everything was working, in particular inside the terminal. Here's my solution: #73 |
kitty.conf -> macos_option_as_alt yes |
for me using command + opt makes the keybindings work. Im using wezterm by the way. |
I am using neovim v0.9.2 and neither of this work
Unlike zeitchef I am running linux |
I have several .lua files in the config directory. I remap keyboard shortcuts with
let g:move_map_keys = 1
onand it works only after entering the command
:so %
.Also there are my keyboard shortcuts:
The text was updated successfully, but these errors were encountered: