From 50c3cc3d1e82b832d6881575c62fe64644094deb Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Fri, 12 Jul 2024 12:24:22 +0100 Subject: [PATCH] Update .vimrc --- common/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.vimrc b/common/.vimrc index 5001112..54745e8 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -100,6 +100,8 @@ nn " Peep the registers nn r :Telescope registers +" Peep the marks +nn m :Telescope marks " Paste and keep the " register nn p "_dP