This website works better with JavaScript.
Home
Explore
Help
Sign In
noah
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
.vimrc changes
back to 4space tabs, better colors, better statusline (but will break w/o fugitive installed)
main
Noah Hall
7 years ago
parent
da679fea93
commit
2b05cddec0
1 changed files
with
8 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-3
.vimrc
+ 8
- 3
.vimrc
View File
@ -1,12 +1,15 @@
set
statusline
+
=
%
f
\ %
h
%
m
%
r
\
-
\
buf
#:\ %
n
\ %
=
line
:\ %
l
/%
L
\
-
\
col
:\ %
c
%
V
\ \
set
statusline
+
=
%
f
\ %
h
%
m
%
r
\
-
\
buf
#:\ %
n
\ %
=
%{
fugitive
#
statusline
(
)
}\ \
line
:\ %
l
/%
L
\
-
\
col
:\ %
c
%
V
\ \
call
pathogen
#
infect
(
)
set
binary
set
autoindent
set
smartindent
set
tabstop
=
2
set
tabstop
=
4
set
et
set
shiftwidth
=
2
set
shiftwidth
=
4
set
backspace
=
2
set
ruler
syntax
on
filetype
plugin
on
set
hlsearch
set
incsearch
set
ignorecase
@ -21,3 +24,5 @@ noremap <Down> <NOP>
noremap
<
Left
>
<
NOP
>
noremap
<
Right
>
<
NOP
>
set
laststatus
=
2
set
t_Co
=
256
source
~
/.
regexlist
.
vim
Write
Preview
Loading…
Cancel
Save