Update TODO

This commit is contained in:
2024-04-26 21:22:52 -07:00
parent c080532c34
commit eeab501aaa

View File

@@ -7,10 +7,23 @@
** copy-region-for-reddit ** copy-region-for-reddit
* keybindings * keybindings
** emacs ** emacs
*** expand C-a to jump to the first place after the bullet in org-mode *** expand C-a
*** center cursor after page up / page down **** jump to start of filename in dired
*** half-screen scrolling
https://karthinks.com/software/more-less-emacs/#bonus-half-screen-scrolling https://karthinks.com/software/more-less-emacs/#bonus-half-screen-scrolling
*** previous/next buffer *** previous/next buffer
*** C-o prefix for window managment
**** C-o C-o for other window
**** C-o wasd repeat map for moving manually
**** C-o / for vsplit
**** C-o - for hsplit
**** shift-wasd for moving windows
**** C-wasd for resizing
**** C-d for delete
**** C-/ for undo window change
**** other-window scrolling
**** z to save current layout and maximize current window
*** C-i for imenu
** dired ** dired
https://github.com/alexluigit/dirvish https://github.com/alexluigit/dirvish
*** toggle hidden files *** toggle hidden files
@@ -45,17 +58,20 @@ https://karthinks.com/software/fifteen-ways-to-use-embark/
https://github.com/tecosaur/emacs-everywhere https://github.com/tecosaur/emacs-everywhere
** avy ** avy
https://karthinks.com/software/avy-can-do-anything/ https://karthinks.com/software/avy-can-do-anything/
*** bind C-j in isearch-mode-map
** xref ** xref
*** dumb-jump *** dumb-jump
** yasnippet ** yasnippet
*** org src blocks *** org src blocks
** undo-tree
** vertico ** vertico
** mwim ** mwim
replaces c-a hack
** marginalia ** marginalia
** treesit-auto ** treesit-auto
https://github.com/renzmann/treesit-auto https://github.com/renzmann/treesit-auto
*** treesit-jump
https://github.com/dmille56/treesit-jump
** orderless ** orderless
** consult ** consult
*** consult-yank-from-kill-ring *** consult-yank-from-kill-ring
@@ -95,6 +111,8 @@ https://github.com/stsquad/emacs_chrome
https://github.com/astoff/devdocs.el https://github.com/astoff/devdocs.el
** vundo ** vundo
https://github.com/casouri/vundo https://github.com/casouri/vundo
** dot-mode
https://github.com/wyrickre/dot-mode
** popper ** popper
* port doom config.el * port doom config.el
** reveal in finder ** reveal in finder