> Hi, > > Here's a diff to make ksh vi mode handle werase more like vi. It's > really irritating to have whole paths go away on ^W instead of just the > last bit.
I think this broke the vi edit so that now you can not go back a whole word with the B (that is capital B) character in command mode: Example: (ksh, vi edit mode) Typing in a path, like "/some/thing/some/where": $ ls /some/thing/some/where If you press ESC, and at the start you press the lower case 'w', then it will jump to the '/' characters, but if you press the capital 'W', it will jump to the <space> characters, so it jumps whole words (just like in vi :). But the opposite version with the capital 'B' character is not working anymore; it acts like if you pressed the lower case 'b', so it won't jump back to <space> characters, only to '/' characters. Is this the intended functioning? (I hope not :( ) Daniel -- LIVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1