Document some keybindings with which key
This commit is contained in:
parent
0dc30a53db
commit
47863ba002
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
return {
|
||||
"ranelpadon/python-copy-reference.vim",
|
||||
'ranelpadon/python-copy-reference.vim',
|
||||
keys = {
|
||||
{
|
||||
"<leader>rd",
|
||||
"<cmd>PythonCopyReferenceDotted <CR>",
|
||||
desc = "Copy Dotted Reference",
|
||||
'<leader>rd',
|
||||
'<cmd>PythonCopyReferenceDotted <CR>',
|
||||
desc = 'Yank [D]otted Reference',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue