.vimrc: Remove paste setting
The `expandtab` help says that it doesn't work when `paste` is ena- bled! No wonder my shift width and stuff wasn't working all these years.
This commit is contained in:
parent
667c06b721
commit
143304436a
1
.vimrc
1
.vimrc
@ -5,7 +5,6 @@ set sw=4
|
|||||||
set bs=2
|
set bs=2
|
||||||
set bg=dark
|
set bg=dark
|
||||||
set incsearch
|
set incsearch
|
||||||
set paste
|
|
||||||
set wildmode=longest,list " change filename autocomplete to be more like bash
|
set wildmode=longest,list " change filename autocomplete to be more like bash
|
||||||
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
|
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
|
||||||
syntax on
|
syntax on
|
||||||
|
Loading…
Reference in New Issue
Block a user