Config: Fix i3 startup scripts, some minor tweaks

This commit is contained in:
Riyyi
2022-02-03 19:56:52 +01:00
parent b87e49711d
commit fadfdd1963
5 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -2192,8 +2192,8 @@ https://github.com/suyashbire1/emacs.d/blob/master/init.el
"s" '(:ignore t :which-key "tree/subtree")
"s h" '(org-promote-subtree :which-key "Org promote subtree")
"s j" '(org-move-subree-down :which-key "Org move subtree down")
"s k" '(org-move-subtree-up :which-key "Org move subtree up")
"s j" '(org-metadown :which-key "Org move subtree down")
"s k" '(org-metaup :which-key "Org move subtree up")
"s l" '(org-demote-subtree :which-key "Org demote subtree")
"s <left>" '(org-promote-subtree :which-key "Org promote subtree")
"s <right>" '(org-demote-subtree :which-key "Org demote subtree")