tests/examples: Fix minor typo in vimode.lua (#2755)

This commit is contained in:
zsugabubus 2019-04-24 03:12:20 +00:00 committed by Emmanuel Lepage Vallée
parent c9a6f6f994
commit 7c54e1cbf2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ local awful = { keygrabber = require("awful.keygrabber") } --DOC_HIDE
awful.keygrabber {
stop_callback = parse,
stop_key = gears.table.keys(map.verbs),
root_keybingins = {
root_keybindings = {
{{"Mod4"}, "v"}
},
}