From 609e1d3dd828e817697114c3def30f45f2f56de7 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 7 Jan 2021 07:22:54 -0700 Subject: [PATCH] fix(NANO): update config option names --- build/nanorc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/nanorc b/build/nanorc index 250796d..bf1a7c9 100644 --- a/build/nanorc +++ b/build/nanorc @@ -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 @@ -261,13 +261,13 @@ 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 # bind M-N cutwordright main ## Set this if your Backspace key sends Del most of the time. -# bind Del backspace all +# bind Del backspace all \ No newline at end of file