Monday, November 12, 2018

day 4 Nano commands

     

        Opening and creating files



  • ctrl+f -  It moves next letter from current letter (right side)
  • ctrl+b - move back letter from current letter (left side)
  • ctrl+r - open/ read a file
  • ctrl+w -search
  • ctrl+c - cancel the current command
  • ctrl+x - Exit from nano
  • ctrl+o-If you want to save the changes 
  • ctrl+k- To cut a single line
  • ctrl+e- If you want to move the cursor to the last of the current sentence.
  • ctrl+h- It used to delete a character from back
  • ctrl+6 - It used to highlight a word or sentence in a paragraph
  • ctrl+a - It bring the cursor to the first of the current sentence
  • ctrl+d - It used to delete a character from front like delete button
  • ctrl+g-all help
  • ctrl+k - Cut a sentence or paragraph
  • ctrl+u - Uncut: It undo the cut command
  • ctrl+j  - It justify the paragraph or sentence according to our work.
  • Alt +a - It used to highlight a word or sentence in a paragraph
  • ctrl+n- next cursor
  • ctrl+p-previous cursor

No comments:

Post a Comment

React React  is a JavaScript library for building user interfaces created by Facebook. It is maintained by Facebook and a community of...