diff --git a/vim/.vimrc b/vim/.vimrc index 2301279..8608354 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -29,6 +29,9 @@ syntax on colorscheme dracula +" Mouse +set mouse=a + " Indentation filetype plugin indent on set expandtab