vscode
This commit is contained in:
15
nano/.nanorc
Normal file
15
nano/.nanorc
Normal file
@ -0,0 +1,15 @@
|
||||
set linenumbers
|
||||
set autoindent
|
||||
set constantshow
|
||||
set tabsize 4
|
||||
set zap
|
||||
set positionlog
|
||||
set softwrap
|
||||
|
||||
# sane shortcuts
|
||||
bind ^c copy main
|
||||
bind ^v paste main
|
||||
bind ^z undo main
|
||||
bind ^y redo main
|
||||
bind ^F whereis all
|
||||
bind ^S savefile main
|
||||
Reference in New Issue
Block a user