15 lines
136 B
Markdown
15 lines
136 B
Markdown
# install vim
|
|
|
|
```bash
|
|
sudo apt-get install vim vim-scripts vim-gtk
|
|
```
|
|
|
|
|
|
|
|
## command
|
|
|
|
'''bash
|
|
|
|
vim --startuptime info.txt test.cpp
|
|
'''
|