vimwiki to v
This commit is contained in:
parent
f414662e1d
commit
bc181a8a1f
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -167,7 +167,7 @@ static Key keys[] = {
|
|||
{ MODKEY|ShiftMask, XK_x, spawn, SHCMD("prompt \"Shutdown computer?\" \"sudo -A shutdown -h now\"") },
|
||||
/* { MODKEY, XK_c, spawn, SHCMD("") }, */
|
||||
{ MODKEY|ShiftMask, XK_c, spawn, SHCMD("mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --title=mpvfloat /dev/video0") },
|
||||
/* { MODKEY, XK_v, spawn, SHCMD("") }, */
|
||||
{ MODKEY, XK_v, spawn, SHCMD("st -e $EDITOR -c \"VimwikiIndex\"") },
|
||||
/* { MODKEY|ShiftMask, XK_v, spawn, SHCMD("") }, */
|
||||
{ MODKEY, XK_b, togglebar, {0} },
|
||||
{ MODKEY|ShiftMask, XK_b, spawn, SHCMD("hover left") },
|
||||
|
|
Loading…
Reference in a new issue