3

I use Kubuntu 14.04 (but I have the same error on Raspbian on Raspberry PI), and I use nano as text editor. The documentation for nano says that ^T activates "File Browser" mode. However, this shortcut activates the spell function when I press it. What I doing wrong? Are there some flags to set?

stiemannkj1
  • 4,418
  • 3
  • 25
  • 45
bttcld
  • 67
  • 7

1 Answers1

3

To open nano's file browser, press ^R (Ctrl + R) + ^T (Ctrl + T). ^R changes the shortcut context to the Read File shortcuts instead of the default.

stiemannkj1
  • 4,418
  • 3
  • 25
  • 45