[Emacs] New keybinds
This commit is contained in:
parent
ff6435594c
commit
53ef8cb04b
@ -2741,16 +2741,13 @@ excluded files.
|
|||||||
(add-to-list 'recentf-exclude (rx (* any)
|
(add-to-list 'recentf-exclude (rx (* any)
|
||||||
(or "elfeed-db" "eln-cache")
|
(or "elfeed-db" "eln-cache")
|
||||||
(* any)))
|
(* any)))
|
||||||
(add-to-list 'recentf-exclude (rx (* any)
|
|
||||||
"/Mail/Sent"
|
|
||||||
(* any)))
|
|
||||||
(add-to-list 'recentf-exclude (rx (* any)
|
(add-to-list 'recentf-exclude (rx (* any)
|
||||||
"conlanging/content"
|
"conlanging/content"
|
||||||
(* any)
|
(* any)
|
||||||
(or "html" "pdf" "tex")))
|
(or "html" "pdf" "tex")))
|
||||||
(add-to-list 'recentf-exclude (rx (* any)
|
(add-to-list 'recentf-exclude ".*/Mail/Sent.*")
|
||||||
".cache/paru/"
|
(add-to-list 'recentf-exclude ".*\\.cache/.*")
|
||||||
(* any))))
|
(add-to-list 'recentf-exclude "/rsync.*"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Screenshot
|
*** Screenshot
|
||||||
@ -8082,6 +8079,8 @@ My buffer-related keybinds are all prefixed by ~b~.
|
|||||||
| D | kill-buffer | |
|
| D | kill-buffer | |
|
||||||
| h | dashboard-refresh-buffer | |
|
| h | dashboard-refresh-buffer | |
|
||||||
| m | switch-to-messages-buffer | |
|
| m | switch-to-messages-buffer | |
|
||||||
|
| n | next-buffer | |
|
||||||
|
| p | previous-buffer | |
|
||||||
| r | counsel-buffer-or-recentf | |
|
| r | counsel-buffer-or-recentf | |
|
||||||
| s | switch-to-scratch-buffer | |
|
| s | switch-to-scratch-buffer | |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user