• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Nano Text Editor Tips & Tricks

By Abhishek Ghosh February 25, 2015 5:54 pm Updated on February 25, 2015

Nano Text Editor Tips & Tricks

Advertisement

Here Are Some Tips & Tricks for (Mac) OS X and GNU/Linux Nano Text Editor Including Shortcuts, Line Numbers, Going to Line Number etc. Basic Things. vi is definitely a powerful text editor, you can read How to Use vi Text Editor, but basically for the new Linux and OS X user, Nano appears better. It is better to help the user to shift from closed source software like Microsoft Windows in a smooth way. When Nano’s limitations will push them to use vi, they’ll definitely use vi. A human trying to ssh for the first time in life, if we instruct them to use vi, only the difficulty of using a text editor becomes the reason to fear ssh, honestly, that is not exactly what is called Free Software agonistic approach. These Nano Text Editor Tips & Tricks are possibly not for 100% new user, but can help many users in real life.

 

Nano Text Editor Tips & Tricks : OS X and Syntax Highlighting

 

We love Syntax Highlighting. Only for Nano, we have some useful guides and projects :

  1. Nano Upgrade Process for OS X
  2. Nano Syntax Highlighting nanorc Project

We are not mentioning more guides related to Syntax Highlighting for Nano. You can perform a search on this website later, if you want.

Advertisement

---

 

Nano Text Editor Tips & Tricks

 

These are the parameters which you can define in ~./nanorc file, most can be understood from the name. Use one by one. Do not copy paste the whole file. You’ll need to run source ~./nanorc after each changes :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Turn on auto-indent
set autoindent
# Turn on the creation of backup files
set backup
set backupdir "/path/to/backups"
set mouse
set multibuffer
set casesensitive
set noconvert
set nofollow
# Turn off the Help
set nohelp
set historylog
set view
set nowrap
set regexp
set smooth
set speller aspell
set tabsize 10
set tabstospaces
set tempfile
set fill 72

Nano Text Editor Tips Tricks

unset does opposite action versus set. It forces to change the default behavior. Everyone knows the Mac keyboard shortcuts, yet if you press control + G on Mac or ctrl + G on other keyboards, you’ll get all the shortcuts. You will get many great stuffs here than any blog websites :

http://www.nano-editor.org/docs.php

One thing, quite commonly we need to use is – going to Line number AB. For example, you ran :

Vim
1
nginx -t

You might get error in configtest with line number 80. In that case, you can open the file with cursor on the line in this way :

Vim
1
nano +80 /etc/nginx/sites-available/default

Tagged With http://nano tips/texteditors , T5WZ , http nano tips texteditors , how to auto align on nano text editor , good things about nano editor , gnu nano tips and tricks , customizing nano text editor , CFSN , best nano trics , best nano tricks linux
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Nano Text Editor Tips & Tricks

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • Nano Syntax Highlighting : nanorc

    Nano Syntax Highlighting Can Be Forced With nanorc Files on All Linux Distro Like Ubuntu, CentOS, REHL, Arch Linux As Well As on OS X & BSD.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy