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

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • nano

Contents

  1. nano
    1. Show current line
    2. Go to line in file
    3. Key bindings similar to windows

nano

GNU command line editor

Show current line

  • edit ~/.nanorc
  • write set constantshow

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
include /usr/share/nano/html.nanorc
include /usr/share/nano/tex.nanorc
include /usr/share/nano/ruby.nanorc
include /usr/share/nano/php.nanorc

set constantshow

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