mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 03:07:11 +02:00
The Vagrant way
The Vagrant way
This commit is contained in:
parent
d548420d77
commit
e94899c443
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -378,3 +378,20 @@ Credit: @axelf4
|
|||
```vim
|
||||
:echom test_null_list()
|
||||
```
|
||||
|
||||
## 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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue