mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 10:01:53 +02:00
Update README.md
Love it
This commit is contained in:
parent
7f04b1b5cf
commit
655059a861
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,13 +1,6 @@
|
|||
# How to exit vim
|
||||
Below are some simple methods for exiting vim.
|
||||
|
||||
## The simplest way ever
|
||||
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 simple way
|
||||
Credit: @tomnomnom
|
||||
|
||||
|
@ -197,3 +190,10 @@ Credit: @ryanc
|
|||
```
|
||||
$ alias vim=/bin/true
|
||||
```
|
||||
|
||||
## The shortest way
|
||||
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)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue