Skip to content

Commit 4437121

Browse files
swap current line with previous
it should be `ddkP` instead of `ddkp`
1 parent d63d75b commit 4437121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/vim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ gu$ make lowercase until end of line
105105
<< indent line one column to left
106106
== auto-indent current line
107107
ddp swap current line with next
108-
ddkp swap current line with previous
108+
ddkP swap current line with previous
109109
:%retab fix spaces / tabs issues in whole file
110110
:r [name] insert the file [name] below the cursor.
111111
:r !{cmd} execute {cmd} and insert its standard output below the cursor.

0 commit comments

Comments
 (0)