From d64b2c002a51e99bafb54c6cc0dfe59f8de958dc Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Fri, 16 Jun 2017 03:42:52 +0700 Subject: Better movement through wrapped text --- doc/novim_mode.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/novim_mode.txt b/doc/novim_mode.txt index 3758f49..f249308 100644 --- a/doc/novim_mode.txt +++ b/doc/novim_mode.txt @@ -107,7 +107,7 @@ Undoing Other text manipulation tricks * `CTRL+LEFT/RIGHT`: Move cursor per word (works in selection as well). - * `CTRL+ALT+k`: Delete current line. + * `CTRL+ALT+d`: Delete current line. * `CTRL+ALT+k`: Duplicate current line. * `CTRL+UP/DOWN`: Move current line or selected text up/down. @@ -155,12 +155,9 @@ following: > * There seems to be a bug where only `SHIFT+TAB` and not `TAB` works for indenting during selection mode. Again this may be fixed by simulating selection mode with Visual mode in the future. - * When using `novim_mode_use_better_wrap_navigation`, then END key does not - go the end of a visual line, but to the end of the physically represented - line. - * Mapping `` internally means mapping ``. This is a + * Mapping `` internally means mapping ``. This is a throwback to Vim's days as a pure terminal application. - * `CTRL+BACKSPACE` internally represents , which can be annoying. + * `CTRL+BACKSPACE` internally represents ``, which can be annoying. Again this is a throwback to Vim's days as a pure terminal application. ============================================================================== -- cgit v1.2.3-70-g09d2