Trying to make org mode keybindings better
This commit is contained in:
parent
42bdb79fd1
commit
3dfb5b2817
2 changed files with 4 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
{:description "launch dired in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey ] "x" (fn [] (awful.spawn "org-capture"))
|
||||
{:description "launch scratchpad in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey ] "v" (fn [] (awful.spawn "emacsclient -c -e '(org-agenda-list)' '(delete-other-windows)'"
|
||||
(awful.key [ modkey ] "'" (fn [] (awful.spawn "emacsclient -e '(org-agenda-list)'"
|
||||
{:name "*Org Agenda(a)*"}))
|
||||
{:description "launch org-agenda in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey alt ] "m" (fn [] (awful.spawn "emacsclient -c -e '(org-roam-capture)'"))
|
||||
|
@ -158,6 +158,8 @@
|
|||
{:description "launch rofi bitwarden selector" :group "launcher"})
|
||||
(awful.key [modkey] "y" (fn [] (awful.spawn "yt -r"))
|
||||
{:description "search youtube" :group "launcher"})
|
||||
(awful.key [modkey shift] "c" (fn [] (awful.spawn "rofi -show calc -modi calc"))
|
||||
{:description "calculator" :group "apps"})
|
||||
(awful.key [modkey] "q" (fn [] (awful.spawn "dmqute"))
|
||||
{:description "search internet through qutebrowser" :group "launcher"})
|
||||
(awful.key [ modkey ] "s" (fn [] (awful.spawn "filesearch"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue