From c1407bb096ea499d19d11a587024409f2dd640b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Wed, 17 Mar 2021 09:35:48 -0300 Subject: EDIT_MODE: Added 'd^' 'dg_' 'c^' 'cg_' commands --- src/doc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/doc') diff --git a/src/doc b/src/doc index 5365991..97cc1b6 100755 --- a/src/doc +++ b/src/doc @@ -279,14 +279,19 @@ Commands for handling cell content: de Delete until the end of the word. dw Delete until the beginning of the next word. + d0 Delete until the beginning of the line. + d$ Delete until the end of the line. + d^ Delete from position until the first non blank character of the line + dg_ Delete from position until the last non blank character of the line + db If at the beginning of a word, delete until the beginning of the previous word. Otherwise, delete until the beginning of the word under the cursor. daw Delete the word under the cursor. dE Delete until the end of WORD. dW Delete until the beginning of the next WORD. - d$ Delete until the end of the line. + dB If at the beginning of a word, delete until the beginning of previous WORD. Otherwise, delete until the beginning of the WORD under the cursor. @@ -309,6 +314,8 @@ Commands for handling cell content: cE Same as "dE", then enter Insert mode. cW Same as "dW", then enter Insert mode. c$ Same as "d$", then enter Insert mode. + c^ Same as "d^", then enter Insert mode. + cg_ Same as "dg_", then enter Insert mode. cB Same as "dB", then enter Insert mode. caW Same as "daW", then enter Insert mode. cl Same as "dl", then enter Insert mode. -- cgit v1.2.3