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 {
|
return {
|
||||||
"ranelpadon/python-copy-reference.vim",
|
'ranelpadon/python-copy-reference.vim',
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<leader>rd",
|
'<leader>rd',
|
||||||
"<cmd>PythonCopyReferenceDotted <CR>",
|
'<cmd>PythonCopyReferenceDotted <CR>',
|
||||||
desc = "Copy Dotted Reference",
|
desc = 'Yank [D]otted Reference',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue