tpope / vim-rsi

rsi.vim: Readline style insertion
http://www.vim.org/scripts/script.php?script_id=4359
589 stars 36 forks source link

Added option to force the meta-mappings #57

Closed gboncoffee closed 1 year ago

gboncoffee commented 1 year ago

I was using Vim with this plugin and the Kitty terminal and noticed I couldn't use the meta-mappings, as with kitty-keyboard-protocol they would be mapped as in Neovim or GVim. This adds an option to force the run of s:MapMeta, so users of Kitty or any other terminal that supports the meta-mapping on Vim can force it.

tpope commented 1 year ago

Pushed up a fix for this I had already written locally.