mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-25 12:48:07 -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
|
||||
* `==` auto-indent current line
|
||||
* `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
|
||||
* `:r [name]` insert the file [name] below the cursor.
|
||||
* `:r !{cmd}` execute {cmd} and insert its standard output below the cursor.
|
||||
@@ -327,14 +327,14 @@
|
||||
|
||||
#### FILE
|
||||
|
||||
* `o' open in prev window
|
||||
* `go' preview
|
||||
* `t' open in new tab
|
||||
* `T' open in new tab silently
|
||||
* `i' open split
|
||||
* `gi' preview split
|
||||
* `s' open vsplit
|
||||
* `gs' preview vsplit
|
||||
* `o` open in prev window
|
||||
* `go` preview
|
||||
* `t` open in new tab
|
||||
* `T` open in new tab silently
|
||||
* `i` open split
|
||||
* `gi` preview split
|
||||
* `s` open vsplit
|
||||
* `gs` preview vsplit
|
||||
|
||||
#### DIRECTORY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user