This commit is contained in:
JOLIMAITRE Matthieu 2024-03-08 00:23:07 +01:00
parent 1bd307f15a
commit 4a6b5ffd2d

View file

@ -281,8 +281,8 @@ include "/usr/share/nano/*.nanorc"
## For quickly uppercasing or lowercasing the word under the cursor. ## For quickly uppercasing or lowercasing the word under the cursor.
## (These effectively do a Ctrl+Right followed by a Shift+Ctrl+Left, ## (These effectively do a Ctrl+Right followed by a Shift+Ctrl+Left,
## and then pipe the selected text through a sed command.) ## and then pipe the selected text through a sed command.)
" main Sh-M-U "c|sed 's/.*/\U&/' # main Sh-M-U "c|sed 's/.*/\U&/'
" main Sh-M-L "c|sed 's/.*/\L&/' # main Sh-M-L "c|sed 's/.*/\L&/'
## If you would like nano to have keybindings that are more "usual", ## If you would like nano to have keybindings that are more "usual",
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit, ## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,