i commented on issue i/vim-md#14
Clean string after remove curson on new lineDuplicate #11
i opened issue i/vim-md#13
Move coursor to the end of string after set up checkboxi opened issue i/vim-md#11
Words to the right of the cursor are deleted when the line breaksi commented on issue i/vim-md#1
Add list token after press Enterpossible solution ``` inoremap <buffer> <CR> <CR><Esc>:call <SID>auto_list()<CR>A nnoremap <buffer> o o<Esc>:call <SID>auto_list()<CR>A nnoremap <buffer> O O<Esc>:call <SID>auto_list()<CR>A …
i commented on issue i/vim-md#2
Toggle linksSelect in visual mode issue nubmer and press `<leader>` `l`: ``` vmap <leader>l y:'<,'>s/<c-r>"/[<c-r>"](https:\/\/youtrack.dv.team\/issue\/<c-r>")/<CR> ```
i commented on issue i/vimrc#5
Show changed line for gitExist plugin [gitgutter](https://github.com/airblade/vim-gitgutter)
-
3ea1e2de57 Изменение курсора в разных режимах