Tuesday, November 13, 2018

Nano

Nano 

Nano is a text editor for linux. You can use this editor with command line user interface.



Go Terminal and type nano and press Enter


After Enter you can get the nano interface like this

Some Nano Commands

  •  Ctrl+ O 
    • Save a Documents
  •  Ctrl+ G
    •  You can get all nano help
  •  Ctrl+ U
    •  Uncut the text
  •  Ctrl+ K 
    •  Cut the text
  •  Ctrl+ E
    •  End of the current line
  •  Ctrl+ A 
    •  Start of the current line

  •  Ctrl+ J
    •  Justify the text
  •  Ctrl+ 6
    •  Mark the specific text
  •  Ctrl+ W 
    •  Search the specific text

  •  Ctrl+ C
    •  Cancel the specific Funcition
  •  Ctrl+ P
    • Move to Pervious Line

  •  Ctrl+ V
    •  Move to next screen
  •  Ctrl+ X
    •  Close the current file buffer / Exit from nano 
  •  Ctrl+ R
    •  Insert another file into the current one
  • Ctrl+ Y
    • Move to the pervious screen
  • Ctrl+K
    • Cut the current line
  • Ctrl+F 
    •  Move forward one character
  • Ctrl+B
    • Move back one charater
  • Ctrl+ Space
    • Move forward one word
  • Ctrl+ I 
    • Insert tab at the cursor position
  • Ctrl+M
    • Insert a newline at the cursor Position
  • Ctrl+D
    • Delete the character under the cursor
  • Ctrl+H
    • Delete the character to the left cursor
  • Ctrl+ L 
    • Refresh   the cursor
  • Ctrl+"-"
    • Goto line and coloum number

No comments:

Post a Comment