by shigemk2

当面は技術的なことしか書かない

2025-01-31から1日間の記事一覧

helm-ag use-package

(use-package helm-ag :ensure t :bind ("M-g ." . helm-ag) :config (setq helm-ag-base-command "rg -S --vimgrep --no-heading") (setq helm-M-x-fuzzy-match t) ) 参考 emacs.readthedocs.io qiita.com gist.github.com github.com

helm swoop use-package

;; helm swoop (use-package helm-swoop :ensure t :bind (("M-i" . helm-swoop) ("M-o" . helm-swoop-back-to-last-point)) :init (bind-key "M-s" 'helm-swoop-from-isearch isearch-mode-map)) github.com github.com