Created
September 23, 2019 10:48
-
-
Save debxp/66796bb3e2f235a52fdeacf9cae9cba9 to your computer and use it in GitHub Desktop.
Meu .nanorc
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
| set constantshow | |
| set smarthome | |
| set tabsize 4 | |
| set tabstospaces | |
| # Toggle with Alt+$ | |
| set softwrap | |
| set atblanks | |
| # Toggle with Alt+X | |
| set nohelp | |
| # Toggle with Alt+M | |
| # set mouse | |
| # Toggle with Alt+# | |
| # set linenumbers | |
| # Toggle with Ctrl+T | |
| set speller "aspell -x -c" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment