add nextcloud adapt neovim
This commit is contained in:
parent
1187ea0d4e
commit
f9413c476c
8 changed files with 15 additions and 11 deletions
|
|
@ -16,6 +16,8 @@ hl.bind("ALT + N", hl.dsp.exec_cmd("kitty -e nvim"))
|
|||
hl.bind("ALT + W", hl.dsp.exec_cmd(app_launcher))
|
||||
hl.bind("ALT + F", hl.dsp.exec_cmd(browser))
|
||||
hl.bind("ALT + Z", hl.dsp.exec_cmd("zotero"))
|
||||
hl.bind("ALT + T", hl.dsp.exec_cmd("thunderbird"))
|
||||
|
||||
-- window management
|
||||
hl.bind("ALT + V", hl.dsp.window.float({ action = "toggle" }))
|
||||
hl.bind("ALT + F4", hl.dsp.window.close())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue