1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 06:58:01 +00:00

Add disable visual mode to .vimrc

This commit is contained in:
Daniel Carrillo 2019-11-24 19:25:54 +01:00
parent d4e8e75636
commit 69e2edab64

5
.vimrc
View File

@ -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=","