Skip to content

Instantly share code, notes, and snippets.

@whatafunc
Created April 12, 2024 07:13
Show Gist options
  • Save whatafunc/1ab8656888b9ec13000558b062912f88 to your computer and use it in GitHub Desktop.
Save whatafunc/1ab8656888b9ec13000558b062912f88 to your computer and use it in GitHub Desktop.
Support for nano editor in *nix of CSS, PHP, C / C ++, HTML, Python, etc.
To achieve this for all the above languages, here are the steps:
1. Open a terminal, in it write the following and press [enter]:
cd $HOME/ && wget https://blog.desdelinux.net/wp-content/uploads/nanorc.nanorc && mv nanorc.nanorc .nanorc
2. Once this and pressed [enter], the terminal will be closed.
3. Open another terminal, and try the following:
nanotest.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment