This is a discussion on page up/down to select commands out of bash_history within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hello, in SuSE Linux terminal you can start typing a command and if you press the page up key, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, in SuSE Linux terminal you can start typing a command and if you press the page up key, the terminal will complete your command with one out of bash_history. Now I have to use fedora and so I want for this terminal feature. Does anybody know, how I can enable this and make my terminal much more comfortable? Thank you for your answers. Daniel |
| ||||
| On Sat, 19 Jun 2004 18:30:33 +0200, Daniel Wild <dawitronik@web.de> wrote: > > > Hello, > > in SuSE Linux terminal you can start typing a command and if you > press the page up key, the terminal will complete your command with one > out of bash_history. > Now I have to use fedora and so I want for this terminal feature. Does > anybody know, how I can enable this and make my terminal much more > comfortable? > > Thank you for your answers. > > Daniel > For Bash's Emacs editing mode (some of these regardless of mode) ^R search backward (Ctrl-r) Repeat to find next match. Re-searches automatically if you add to the search string. Backspace or Esc to edit it, Enter to run it. ^N next line (of history file) ^P previous line Esc < first line (or Ctrl-[ <) Esc > last line HTH AC -- Pass-List -----> Block-List ----> Challenge-Response The key to taking control of your mailbox. Design Parameters: http://tinyurl.com/2t5kp || http://tinyurl.com/3c3ag Challenge-Response links -- http://tinyurl.com/yrfjb |