diff --git a/editors/vim/vimrc b/editors/vim/vimrc index 470ca77..7d8bc11 100644 --- a/editors/vim/vimrc +++ b/editors/vim/vimrc @@ -79,6 +79,8 @@ endif set autoindent " smart indent; stop indent when closing brackets etc set smartindent +" two spaces after .?! when joining lines +set joinspaces " searching " highlight search result