mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-07-31 07:09:25 +02:00
Fix headings and code formatting
This commit is contained in:
parent
3b3d83f0fa
commit
67a590a5bc
1 changed files with 2 additions and 1 deletions
|
@ -534,9 +534,10 @@ exit him
|
||||||
how exit vim
|
how exit vim
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux
|
## Linux
|
||||||
```vim
|
```vim
|
||||||
:call libcallnr('libc.so.6', 'exit', 0)
|
:call libcallnr('libc.so.6', 'exit', 0)
|
||||||
|
```
|
||||||
|
|
||||||
## The canonical way
|
## The canonical way
|
||||||
Credit: @ligurio
|
Credit: @ligurio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue