Find next command in nano?

32,223

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.

Share:
32,223

Related videos on Youtube

IMB
Author by

IMB

Updated on September 18, 2022

Comments

  • IMB
    IMB over 1 year

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

  • IMB
    IMB about 11 years
    I actually read the help text, but didn't know M meant ALT. What does M mean BTW?
  • Xavi Montero
    Xavi Montero over 8 years
    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".
  • testing_22
    testing_22 over 2 years
    Short answer: Alt + W