mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-04-04 08:09:50 +00:00
Add disable visual mode to .vimrc
This commit is contained in:
parent
d4e8e75636
commit
69e2edab64
5
.vimrc
5
.vimrc
@ -2,8 +2,13 @@
|
||||
cmap w!! w !sudo tee > /dev/null %
|
||||
|
||||
syntax on
|
||||
|
||||
" Use four spaces for indentation
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
||||
" Disable visual mode
|
||||
set mouse-=a
|
||||
|
||||
let mapleader=","
|
||||
|
Loading…
x
Reference in New Issue
Block a user