Created
October 7, 2016 10:08
-
-
Save kenOfYugen/a17575889e25d9da6f84f7a3ee60988d to your computer and use it in GitHub Desktop.
Current nano configuration
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
include /usr/share/nano/*.nanorc | |
set smooth | |
set autoindent | |
set morespace | |
set nohelp | |
set tabsize 2 | |
set tabstospaces | |
set mouse | |
set fill 80 | |
set smarthome | |
bind ^x cut main | |
bind ^c copytext main | |
bind ^v uncut main | |
# ~~~~~ paste | |
bind ^s savefile main | |
bind ^z undo main | |
bind ^q exit main | |
bind ^f whereis main | |
bind ^Space constupdate main | |
bind ^g gotoline main | |
bind ^] indent main | |
bind ^[ unindent main | |
bind M-Right nextword main | |
# ~~~~~~~ Fixes ctrl + right nextword issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment