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 support for disabling meta mappings #18

Closed edkolev closed 10 years ago

edkolev commented 10 years ago

This adds support for g:rsi_no_meta. I wasn't sure whether:

Let me know if the PR can be improved.

Refs #14, #5

tpope commented 10 years ago

For the documentation, create a new paragraph, and add the following:

To disable meta maps, add the following to your vimrc:
>
    let g:rsi_no_meta = 1
<

The < will be hidden so don't put a blank line after it.

edkolev commented 10 years ago

Doc updated. Again, let me know if the PR can be improved.