diff options
author | Thomas Buckley-Houston | 2017-06-15 20:42:52 +0000 |
---|---|---|
committer | Thomas Buckley-Houston | 2017-06-15 20:42:52 +0000 |
commit | d64b2c002a51e99bafb54c6cc0dfe59f8de958dc (patch) | |
tree | d4376cb6afe2c851e1fa4f53b0334c4fa755370f /doc | |
parent | ba2917cb2233ede57532c1c67b57652c867cf922 (diff) |
Better movement through wrapped text
Diffstat (limited to 'doc')
-rw-r--r-- | doc/novim_mode.txt | 9 |
1 files changed, 3 insertions, 6 deletions
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 `<CTRL+m>` internally means mapping `<RETURN>`. This is a + * Mapping `<CTRL+M>` internally means mapping `<RETURN>`. This is a throwback to Vim's days as a pure terminal application. - * `CTRL+BACKSPACE` internally represents <CTRL+H>, which can be annoying. + * `CTRL+BACKSPACE` internally represents `<CTRL+H>`, which can be annoying. Again this is a throwback to Vim's days as a pure terminal application. ============================================================================== |