From 44371217a93e30f525e75b4fd85eb17d351e6343 Mon Sep 17 00:00:00 2001 From: "Romjan D. Hossain" <47692261+RomjanHossain@users.noreply.github.com> Date: Sun, 24 Dec 2023 11:53:04 +0600 Subject: [PATCH] swap current line with previous it should be `ddkP` instead of `ddkp` --- tools/vim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vim.txt b/tools/vim.txt index 00c25c5..9c5be1a 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -105,7 +105,7 @@ gu$ make lowercase until end of line << 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.