Created
January 11, 2021 14:03
-
-
Save liddack/47b0e6c3b4e5e060e6828f9b3b641e30 to your computer and use it in GitHub Desktop.
My .nanorc settings
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 autoindent | |
set backup | |
set indicator | |
set linenumbers | |
set mouse | |
set tabsize 2 | |
set tabstospaces | |
include "/usr/share/nano/*.nanorc" | |
bind ^H chopwordleft main | |
bind ^C copy main | |
bind ^V paste all | |
unbind ^Z all | |
bind ^Z undo main | |
set multibuffer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment