From c0826b86c0f0c21d973895e1d0eb67b51153c42d Mon Sep 17 00:00:00 2001 From: Daniel Fitzpatrick Date: Mon, 16 Apr 2018 20:20:50 -0700 Subject: [PATCH] Fix #43 and missed formatting --- tools/vim.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/vim.md b/tools/vim.md index f45630f..293af71 100644 --- a/tools/vim.md +++ b/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