* aRkadeFR <[email protected]> [2014-04-05 11:44]: > I'm trying to use vim everywhere, > with quite the same behavior. > In bash, I setup vi-like readline. > But there's a behavior slightly different from vi: > > - If I type "ls directory/directory/file.txt", > then, still in insert mode, I type Ctrl^w, > it delete the whole second argument > "directory/directory/file.txt". > - If I type again "directory/directory/file.txt", > then I go in command mode and type "db", or "b", > it goes backward of only one word, > and not the whole second argument. > > Why Ctrl^w doesn't remove only the previous word?
"readline". that's why. feature. so it's not a vim issue. wrong list. if you want to discuss this, and even change it then you should discuss it with the people who actually are concerned with it: page: https://www.gnu.org/software/bash/bash.html -> mailing list [email protected] page: http://de.wikipedia.org/wiki/GNU_readline link: http://tiswww.tis.case.edu/~chet/readline/rltop.html Sven -- http://www.guckes.net/Setup/bashrc work in progress... -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
