feat(awful: hotkeys_popup: vim): add vimdiff

This commit is contained in:
actionless 2020-07-02 07:24:44 +02:00
parent e7113d7191
commit 7ec9e8018f
1 changed files with 10 additions and 0 deletions

View File

@ -173,6 +173,16 @@ local vim_keys = {
zR="open all", zR="open all",
} }
}}, }},
["VIM: diff"] = {{
modifiers = {},
keys = {
["do"]="diff obtain",
["dp"]="diff put",
["]c"]="jump next",
["[c"]="jump previos",
}
}},
} }
hotkeys_popup.add_hotkeys(vim_keys) hotkeys_popup.add_hotkeys(vim_keys)