Erweiterung Templates und Anpassung Init-Files

This commit is contained in:
knedlik
2026-04-10 23:27:32 +02:00
parent 7be93eb0f9
commit f8d711bb1e
15 changed files with 189 additions and 40 deletions

View File

@@ -22,10 +22,10 @@
"rg --null --line-buffered --color=never --max-columns=300 --path-separator / --smart-case --no-heading --line-number .")
;; Nützliche Keybindings
(global-set-key (kbd "C-c s") #'consult-ripgrep)
(global-set-key (kbd "C-c f") #'consult-line)
(global-set-key (kbd "C-c b") #'consult-buffer)
(global-set-key (kbd "C-c g") #'consult-git-grep)
;; (global-set-key (kbd "C-c s") #'consult-ripgrep)
;; (global-set-key (kbd "C-c f") #'consult-line)
;; (global-set-key (kbd "C-c b") #'consult-buffer)
;; (global-set-key (kbd "C-c g") #'consult-git-grep)
(provide 'init-search)
;;; init-search.el ends here