tpope / vim-rsi

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

M-b does not work the way it works in readline #41

Open louwers opened 6 years ago

louwers commented 6 years ago
test/test/test
             ^

Press M-b

Expected result:

test/test/test
          ^

Actual result:

test/test/test
^
Asheq commented 6 years ago

It's working for me. What happens when you type b to go back a word in normal-mode?

What is your iskeyword value? Type :set iskeyword?

EDIT: I realized that it works for me only in insert-mode but not in command-line mode.