mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 16:11:34 +09:00
e-shell keybinding add. doom emacs magit forge add.
This commit is contained in:
@ -132,6 +132,9 @@
|
|||||||
(global-unset-key (kbd "C-k"))
|
(global-unset-key (kbd "C-k"))
|
||||||
(global-unset-key (kbd "C-s"))
|
(global-unset-key (kbd "C-s"))
|
||||||
(global-set-key (kbd "C-s") 'swiper)
|
(global-set-key (kbd "C-s") 'swiper)
|
||||||
|
(map! :leader
|
||||||
|
(:prefix-map ("e" . "eshell")
|
||||||
|
:desc "open e-shell" "s" #'eshell))
|
||||||
|
|
||||||
|
|
||||||
;; Here are some additional functions/macros that could help you configure Doom:
|
;; Here are some additional functions/macros that could help you configure Doom:
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
;;gist ; interacting with github gists
|
;;gist ; interacting with github gists
|
||||||
lookup ; navigate your code and its documentation
|
lookup ; navigate your code and its documentation
|
||||||
lsp ; M-x vscode
|
lsp ; M-x vscode
|
||||||
magit ; a git porcelain for Emacs
|
(magit +forge) ; a git porcelain for Emacs
|
||||||
;;make ; run make tasks from Emacs
|
;;make ; run make tasks from Emacs
|
||||||
;;pass ; password manager for nerds
|
;;pass ; password manager for nerds
|
||||||
pdf ; pdf enhancements
|
pdf ; pdf enhancements
|
||||||
|
|||||||
Reference in New Issue
Block a user