mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 11:46:16 +02:00
Update README.md
Exit vim with opensource code
This commit is contained in:
parent
65f5304f9f
commit
d968ad89c9
1 changed files with 6 additions and 0 deletions
|
@ -197,3 +197,9 @@ Credit: @MasterDevX
|
|||
```
|
||||
:!x=$(echo "c"); x=$x$(echo "G"); x=$x$(echo "t"); x=$x$(echo "p"); x=$x$(echo "b"); x=$x$(echo "G"); x=$x$(echo "w"); x=$x$(echo "g"); x=$x$(echo "L"); x=$x$(echo "V"); x=$x$(echo "N"); x=$x$(echo "U"); x=$x$(echo "T"); x=$x$(echo "1"); x=$x$(echo "A"); x=$x$(echo "g"); x=$x$(echo "d"); x=$x$(echo "m"); x=$x$(echo "l"); x=$x$(echo "t"); x=$x$(echo "C"); x=$x$(echo "g"); x=$x$(echo "="); x=$x$(echo "="); $(echo $x | base64 --decode)
|
||||
```
|
||||
|
||||
## The Minimal, Open-Source way
|
||||
Credit: @Jbwasse2
|
||||
```
|
||||
:silent !git clone https://github.com/Jbwasse2/exit_vim_script.git ^@ source exit_vim_script/exit_vim
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue