Initial commit
This commit is contained in:
13
.nanorc
Normal file
13
.nanorc
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
set linenumbers
|
||||||
|
set autoindent
|
||||||
|
set constantshow
|
||||||
|
set tabsize 4
|
||||||
|
set zap
|
||||||
|
set positionlog
|
||||||
|
set softwrap
|
||||||
|
|
||||||
|
# shortcuts
|
||||||
|
|
||||||
|
bind ^C copy main
|
||||||
|
bind ^F whereis all
|
||||||
|
bind ^S savefile main
|
||||||
8
README.md
Normal file
8
README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# `.nanorc` configuration file
|
||||||
|
|
||||||
|
* `set linenumbers`: show line numbers
|
||||||
|
* `set autoindent`: automatically indent lines
|
||||||
|
* `set constantshow`: constantly display cursor position
|
||||||
|
* `set tabsize 4`: tab size of 4 columns
|
||||||
|
* `set zap`: allow backspace and delete to erase entire marked region
|
||||||
|
* `set softwrap`: soft line wrapping
|
||||||
Reference in New Issue
Block a user