mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-25 20:58:03 -08:00
Fix #43 and missed formatting
This commit is contained in:
18
tools/vim.md
18
tools/vim.md
@@ -138,7 +138,7 @@
|
|||||||
* `<<` indent line one column to left
|
* `<<` indent line one column to left
|
||||||
* `==` auto-indent current line
|
* `==` auto-indent current line
|
||||||
* `ddp` swap current line with next
|
* `ddp` swap current line with next
|
||||||
* `ddkp` swap current line with previous
|
* `ddkP` swap current line with previous
|
||||||
* `:%retab` fix spaces / tabs issues in whole file
|
* `:%retab` fix spaces / tabs issues in whole file
|
||||||
* `:r [name]` insert the file [name] below the cursor.
|
* `:r [name]` insert the file [name] below the cursor.
|
||||||
* `:r !{cmd}` execute {cmd} and insert its standard output below the cursor.
|
* `:r !{cmd}` execute {cmd} and insert its standard output below the cursor.
|
||||||
@@ -327,14 +327,14 @@
|
|||||||
|
|
||||||
#### FILE
|
#### FILE
|
||||||
|
|
||||||
* `o' open in prev window
|
* `o` open in prev window
|
||||||
* `go' preview
|
* `go` preview
|
||||||
* `t' open in new tab
|
* `t` open in new tab
|
||||||
* `T' open in new tab silently
|
* `T` open in new tab silently
|
||||||
* `i' open split
|
* `i` open split
|
||||||
* `gi' preview split
|
* `gi` preview split
|
||||||
* `s' open vsplit
|
* `s` open vsplit
|
||||||
* `gs' preview vsplit
|
* `gs` preview vsplit
|
||||||
|
|
||||||
#### DIRECTORY
|
#### DIRECTORY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user