diff options
author | Max Christian Pohle | 2020-12-27 01:43:09 +0100 |
---|---|---|
committer | Max Christian Pohle | 2020-12-27 01:43:09 +0100 |
commit | 785fa78f80e79a72f479a1e7ba2fcebe6151f6ba (patch) | |
tree | aca8d4b60abfca814c63a8b2ba9ebb7ed50fa20c | |
parent | d423247bf1fafd5f76b3f56cb82fdd269559b13f (diff) | |
download | vim-karlmarks-785fa78f80e79a72f479a1e7ba2fcebe6151f6ba.tar.bz2 vim-karlmarks-785fa78f80e79a72f479a1e7ba2fcebe6151f6ba.zip |
Fixed README
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,7 +42,7 @@ and extract it inside `~/.vim/pack/coderonline/start/`. | |||
42 | ## Configure optional and additional marks | 42 | ## Configure optional and additional marks |
43 | 43 | ||
44 | Here comes some inspiration for additional marks you could enable. Some | 44 | Here comes some inspiration for additional marks you could enable. Some |
45 | are potentially disturbing and were for that reason not pre-configured: | 45 | are potentially disturbing and are not pre-configured for that reason: |
46 | 46 | ||
47 | let g:karlmarks = '"' " position in buffer when left | 47 | let g:karlmarks = '"' " position in buffer when left |
48 | let g:karlmarks .= '{}' " start/end paragraph | 48 | let g:karlmarks .= '{}' " start/end paragraph |
@@ -52,9 +52,9 @@ are potentially disturbing and were for that reason not pre-configured: | |||
52 | let g:karlmarks .= "^" " insert mode stopped | 52 | let g:karlmarks .= "^" " insert mode stopped |
53 | let g:karlmarks .= "'`" | 53 | let g:karlmarks .= "'`" |
54 | 54 | ||
55 | but the `g_karlmarks_additional` setting defaults to | 55 | but the `g_karlmarks` setting defaults to |
56 | 56 | ||
57 | let g:karlmarks_additional = "<>" | 57 | let g:karlmarks = "<>" |
58 | 58 | ||
59 | to allow easier modification of the last selected block, e.g. reposition the | 59 | to allow easier modification of the last selected block, e.g. reposition the |
60 | start of the block with `m<` and use `gv` to show the new selection. | 60 | start of the block with `m<` and use `gv` to show the new selection. |