nvim :NoCrosshair
This commit is contained in:
parent
19992bad57
commit
96ccf7789e
1 changed files with 1 additions and 0 deletions
|
|
@ -303,3 +303,4 @@ command FlowTypeAtPos call s:FlowType()
|
||||||
autocmd FileType javascript nnoremap <buffer> <silent> K :FlowTypeAtPos<CR>
|
autocmd FileType javascript nnoremap <buffer> <silent> K :FlowTypeAtPos<CR>
|
||||||
|
|
||||||
command Crosshair :set virtualedit=all cursorcolumn
|
command Crosshair :set virtualedit=all cursorcolumn
|
||||||
|
command NoCrosshair :set virtualedit= nocursorcolumn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue