mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 18:11:56 +02:00
commit
8e6c6bb260
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -441,6 +441,23 @@ Credit: @k-takata
|
|||
|
||||
```
|
||||
|
||||
## The Vagrant way
|
||||
Credit: @85danf
|
||||
|
||||
To run vim:
|
||||
```
|
||||
mkdir -p /tmp/vim
|
||||
cd /tmp/vim
|
||||
vagrant init --minimal hashicorp/bionic64
|
||||
vagrant ssh
|
||||
vim
|
||||
```
|
||||
To exit vim, open another shell, then:
|
||||
```
|
||||
cd /tmp/vim
|
||||
vagrant halt
|
||||
```
|
||||
|
||||
## The SEO Manager way
|
||||
Credit: @mikulabc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue