diff options
author | Thomas Buckley-Houston | 2017-05-17 01:46:24 +0000 |
---|---|---|
committer | Thomas Buckley-Houston | 2017-05-17 01:46:24 +0000 |
commit | d86529a99fa0b5c0707e02119fd6a507c7bcb474 (patch) | |
tree | 3b1caa6cb4b3f7d9e5c475684a30be23a85ce0ba /plugin/novim-mode.vim | |
parent | 46dccf06e4723ea8dbe3a71e213367647ae549f1 (diff) |
README notes about interoperability
Diffstat (limited to 'plugin/novim-mode.vim')
-rw-r--r-- | plugin/novim-mode.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/novim-mode.vim b/plugin/novim-mode.vim index 86536b1..5df9bba 100644 --- a/plugin/novim-mode.vim +++ b/plugin/novim-mode.vim @@ -84,6 +84,7 @@ inoremap <silent> <Home> <C-O>^ au BufNewFile,BufRead *.txt,*.md,*.markdown setlocal linebreak spell " Make arrow keys move through wrapped lines " TODO: +" * Make this feature optional. " * Make End key move to end of current wrapped piece of line. " * Scroll window 1 wrapped soft line at a time rather an entire block of wrapped " lines. |