tpope / vim-rsi

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

Add meta mappings into vim terminal #55

Closed jiz4oh closed 2 years ago

jiz4oh commented 2 years ago

Closes https://github.com/tpope/vim-rsi/issues/46, https://github.com/tpope/vim-rsi/issues/49

tpope commented 2 years ago

These need a has('terminal') guard at the minimum.

jiz4oh commented 2 years ago

These need a has('terminal') guard at the minimum.

make sense, added