Created
April 12, 2024 07:13
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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