Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 15
    When looking for keyboard shortcuts for bash/readline, I like running bind -lp and looking at the current bindings. Commented May 28, 2014 at 20:58
  • 2
    @ChadSkeeters: And -s (new in Bash 4) lists macros created using -x. Commented May 28, 2014 at 22:15
  • 1
    @dessert: I say as much in my second paragraph and then show an example. Commented Jun 21, 2018 at 13:33
  • 1
    @ChadSkeeters, thanks for the warning that there would be hundreds of entries! Lol. Commented Feb 21, 2020 at 17:34
  • 1
    Alt-3 Alt-. (, Alt-., ...) (cycling through 3rd argument) is what I have been looking for for years Commented May 22, 2021 at 11:42