Find next command in nano?

15

I use CTRL+W then Enter every time, is there a "Find Next" command in nano?

IMB

Posted 2013-04-11T22:15:48.210

Reputation: 4 845

Answers

19

You can get a list of all keyboard shortcuts by pressing ^G (Ctrl + G).

From Main nano help text:

M-W     (F16)           Repeat last search

M-W is Vim/Emacs notation, where M means Meta (a key present on MIT and Sun keyboards).

On IBM-compatible keyboards – depending on, e.g., your window manager and terminal emulator – you can invoke the shortcut with Alt + W (hold, tap), Win + W (hold, tap) or Esc, W (tap, tap).

F16 can be emulated with Shift + F4 (hold, tap); in general, F<12+n> can be emulated with Shift + F<n>. In the unlikely case your keyboard has such a key, you can simply press F16.

Dennis

Posted 2013-04-11T22:15:48.210

Reputation: 42 934

From Putty (Windows) ssh-ing to an Ubuntu, with Configuration | Connection | Data | Terminal details | Terminal-type string set to linux I confirm that the combination Alt + M works as "find next". – Xavi Montero – 2016-02-20T15:23:37.673

1I actually read the help text, but didn't know M meant ALT. What does M mean BTW? – IMB – 2013-04-12T09:16:42.673