diff options
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ set showcmd " display incomplete commands filetype plugin indent on " load file type plugins + indentation colorscheme mustang " load the mustang colorscheme set belloff=all " disable bell completely +set mouse= " disable all mouse support + "set number " activate line numbers " switch between relative and absolute line numbers set number |