Erweiterung Templates und Anpassung Init-Files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user