Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Advanced readline settings for bash in Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Advanced readline settings for bash in Terminal
Authored by: mjmsmith on Sep 04, '07 08:28:46AM

When readline is in vi mode, is there a way to get it to initially position the cursor at the end of the line?



[ Reply to This | # ]
Advanced readline settings for bash in Terminal
Authored by: dewab on Sep 04, '07 08:52:15AM

Looks like Control-E still works to get to the end of line.

Not sure why Esc-$ doesn't.

C'est la vie.



[ Reply to This | # ]
Advanced readline settings for bash in Terminal
Authored by: googoo on Sep 05, '07 11:13:53AM

I press <esc> A (upper case), and it takes me to the end of the line in insert mode.

-Mark



[ Reply to This | # ]