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 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 55ec3fd..5034923 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ inoremap :CtrlP ``` Overriding or disabling shortcuts in this plugin can be done in several ways. The simplest way is to use: -``` +```vim let g:novim_mode_use_shortcuts = 0 inoremap ... custom mapping ... call novim_mode#StartNoVimMode() @@ -102,8 +102,7 @@ let g:novim_mode_use_better_wrap_navigation = 1 Lastly you can unmap a mapping using commands such as `nunmap`, `iunmap`, `sunmap`, etc. ### Known issues - * 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 throwback to Vim's days as a pure terminal application. - * `CTRL+BACKSPACE` internally represents , which can be annoying. Again this is a throwback to Vim's days as a pure terminal application. + * There seems to be a bug where only `SHIFT+TAB` and not `TAB` works for indenting during selection mode. + * 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. Again this is a throwback to Vim's days as a pure terminal application. -- cgit v1.2.3-70-g09d2