qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

MacOS-style keybindings in the input mode #977

Open stranak opened 1 year ago

stranak commented 1 year ago

Is it possible to have all the standard MacOS key bindings working in the input mode? I love Vim, but I am very used to combining the Vi-style navigation and editing with the MacOS-style, for instance:

MacOS by default also has some Emacs key bindings, but I would not go that far :-) The above would, however, really help me to move from MacVim to VimR.

stranak commented 1 year ago

the set of mappings I am looking for is – I think – what MacVim defines and can turn on/off using the options macvim_skip_cmd_opt_movement (on by default) and macvim_skip_cmd_opt_movement (off by default).

I think these would make a nice settings to have in the Preferences…

trmckay commented 1 year ago

I think you might enjoy https://github.com/tpope/vim-rsi.