Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Dotfiles/General/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ set hls
"Press space to turn off highlighting after a search
:nnoremap <silent> <Space> :nohlsearch<Bar>:echo<CR>

"Auto indentation (cursor goes at the same level as the beginning of the previous line)
"Automatic indentation
set autoindent

"Smart indentation (automatic tab when writing code)
set smartindent
filetype plugin indent on

"Enable mouse support
set mouse=a
Expand Down