Compare commits

...

2 Commits
V1.5 ... master

Author SHA1 Message Date
Asif Bacchus d867177614 Remove suspend option, enabled by default 2024-01-07 00:03:20 -07:00
Asif Bacchus 35d68ffa9a update configuration, remove deprecated options 2020-09-18 03:45:36 -06:00
1 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ set constantshow
## (The old form, 'const', is deprecated.)
## Use cut-to-end-of-line by default.
set cut
set cutfromcursor
## Set the line length for wrapping text and justifying paragraphs.
## If the value is 0 or less, the wrapping point will be the screen
@ -136,7 +136,7 @@ set nowrap
# set rebinddelete
## Fix numeric keypad key confusion problem.
set rebindkeypad
set rawsequences
## Do extended regular expression searches by default.
# set regexp
@ -162,8 +162,8 @@ set softwrap
## does not properly have a default value.
# set speller "aspell -x -c"
## Allow nano to be suspended.
set suspend
## Allow nano to be suspended. This is now enabled by default and this option is deprecated
#set suspend
## Use this tab size instead of the default; it must be greater than 0.
set tabsize 4
@ -261,9 +261,9 @@ include "/usr/share/nano/*.nanorc"
# alt-x to cut highlighted text
# alt-v to paste text
bind ^S savefile main
bind M-C copytext main
bind M-C copy main
bind M-X cut main
bind M-V uncut main
bind M-V paste main
# bind M-Q findprevious main
# bind M-W findnext main
# bind M-B cutwordleft main