This website works better with JavaScript.
Home
Help
Sign In
trey
/
vim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added `set number` to get line numbers to print in every file.
master
trey
2 years ago
parent
005af30223
commit
1d67b40d1c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.vimrc
+ 1
- 0
.vimrc
View File
@ -7,6 +7,7 @@ set tabstop=4
set
softtabstop
=
4
set
shiftwidth
=
4
set
expandtab
set
number
"set textwidth=80
set
hlsearch
"color asu1dark
Write
Preview
Loading…
Cancel
Save