This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]