diff --git a/.config/vim/vimrc.d/80-autocommands.vim b/.config/vim/vimrc.d/80-autocommands.vim index 73cf4a8..67b7ff3 100644 --- a/.config/vim/vimrc.d/80-autocommands.vim +++ b/.config/vim/vimrc.d/80-autocommands.vim @@ -129,6 +129,7 @@ function! ClearHighlights(what = s:CLEAR_HIGHS_ALL) endif endfunction +" TODO: this disables the display of the size of the selection (:h 'showcmd') augroup highlight_current au! au CursorMoved * if mode() == 'n' |