BASH:No Mapping via .inputrc in vi-mode?

mxgl@usa.net mxgl@usa.net
Tue Oct 16 10:47:00 GMT 2001


When I put the following lines into .inputrc

             set editing-mode vi
             "y":"ls -a"

ls -a will not be "mapped" to y,

it works in emacs-mode

            set editing-mode emacs
            "y":"ls -a"

doing this

            set editing-mode vi
            $if mode="vi-insert"
            "y":"ls -a"
            $endif

does not help.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list