vim-rsi icon indicating copy to clipboard operation
vim-rsi copied to clipboard

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

Open louwers opened this issue 8 years ago • 1 comments

test/test/test
             ^

Press M-b

Expected result:

test/test/test
          ^

Actual result:

test/test/test
^

louwers avatar Nov 20 '17 13:11 louwers

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.

Asheq avatar Dec 06 '17 20:12 Asheq