MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 8 as of 2019-02-22 17:22:01
  • nano

nano

GNU command line editor

Show current line

  • edit ~/.nanorc
  • write set const

Go to line in file

  • Press ctrl+shift+- and enter the line number

Key bindings similar to windows

  • man nanorc

~/.nanorc

include /usr/share/nano/sh.nanorc
include /usr/share/nano/python.nanorc
include /usr/share/nano/java.nanorc
include /usr/share/nano/c.nanorc
include /usr/share/nano/xml.nanorc

set const

unbind ^C main
unbind ^V main
unbind ^Q main

bind ^Q exit main
bind ^F whereis main
bind ^N searchagain main
bind ^S writeout main
bind ^Space mark main
bind ^X cut main
bind ^C copytext main 
bind ^V uncut main
bind ^Z undo main
bind ^B firstline main
bind ^E lastline main
bind ^G gotoline main
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01