From 4ea1c9325d4c7218fc3c41c9cc0ecc1b9e815789 Mon Sep 17 00:00:00 2001 From: Taranjot Singh Pannu <63365289+qwertyqwerty223@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:04:05 -0800 Subject: [PATCH] Update vim.md - fixing arrow head positions for left-right motions I have attempted to reformat the arrow lines indicating the left-right motions by readjusting the arrowheads to match their appropriate lines and positions. --- source/_posts/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/vim.md b/source/_posts/vim.md index eb4e38a7..c6bbd761 100644 --- a/source/_posts/vim.md +++ b/source/_posts/vim.md @@ -35,7 +35,7 @@ plugins: │ │ ││ ┌──── ge w ───┐ │ ││ │ │ │ ││ │ ┌── b e ─┐ │ │ ││ │ │ │ ││ │ │ ┌h l┐ │ │ │ ││ │ -▽ ▽ ▽▽ ▽ ▽ ▽▼ ▼▽ ▽ ▽ ▽ ▽▽ ▽ +▽ ▽ ▽▽▽ ▽ ▽▼ ▼▽▽▽ ▽ ▽▽ ▽ echo "A cheatsheet from quickref.me" ```