Hacker News new | ask | show | jobs
by agumonkey 4685 days ago
Emacs can have this issue too, often people wanna redesign keybindings, the community tries to explain that it's not worth it and won't catch.

Does readline defaults to emacs keybindings ? It surely benefits to Emacs, but the same can be said for Vim since he reuses a regexp syntax found in sed/grep, and even apply it on navigation

    `d$` : delete until EOL (aka $). 
    ^ for BOL ..
The composability of vim commands is a beautiful thing.

    cw
    cf"
    d/\.
Cute little finger DSL