From 47863ba0026452845ec0a47e550f228818864352 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 2 Oct 2025 09:08:49 +0100 Subject: [PATCH] Document some keybindings with which key --- .../dot_config/nvim/lua/custom/plugins/copy-reference.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua b/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua index c913ccf..7f2ffaf 100644 --- a/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua +++ b/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua @@ -1,10 +1,10 @@ return { - "ranelpadon/python-copy-reference.vim", + 'ranelpadon/python-copy-reference.vim', keys = { { - "rd", - "PythonCopyReferenceDotted ", - desc = "Copy Dotted Reference", + 'rd', + 'PythonCopyReferenceDotted ', + desc = 'Yank [D]otted Reference', }, }, }