Merge pull request #3125 from actionless/hotkeys-vimdiff
feat(awful: hotkeys_popup: vim): add vimdiff
This commit is contained in:
commit
6f047e9468
|
@ -173,6 +173,16 @@ local vim_keys = {
|
|||
zR="open all",
|
||||
}
|
||||
}},
|
||||
|
||||
["VIM: diff"] = {{
|
||||
modifiers = {},
|
||||
keys = {
|
||||
["do"]="diff obtain",
|
||||
["dp"]="diff put",
|
||||
["]c"]="jump next",
|
||||
["[c"]="jump previous",
|
||||
}
|
||||
}},
|
||||
}
|
||||
|
||||
hotkeys_popup.add_hotkeys(vim_keys)
|
||||
|
|
Loading…
Reference in New Issue