sign in
|
add example
|
see also:
vimtutor
vim
Vi IMproved, a programmers text editor
[
man 1
|
usage
|
wiki
]
examples
configs
questions
[
new example
]
copy
11
2
comment lines in a file with a # (or any other character that you need)
1,$s/\(^.*$\)/#\1/
sed
vim
3 months, 1 week ago
kxdemon
2 |
copy
1
0
Save to a read only file in vi
:w !sudo tee %
when you forget to open the file as root
vi
vim
5 months, 3 weeks ago
MikeJudge
4 |
copy
0
0
:set nonumber
hide line numbers
vim
2 years, 4 months ago
examplenow
1 |
details
|
copy
0
0
:set number
Display line numbers
vim
2 years, 4 months ago
examplenow
1 |
details
|
[
new config
]
[
ask question
]