diff options
| -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. | 
