そこで Emacs 起動時から Helm が有効になるように設定を変更した.
変更自体は簡単で, 設定ファイル $HOME/.emacs.d/init.el に次の行を記述すればよい.
(global-set-key (kbd "M-x") #'helm-M-x)
(global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks)
(global-set-key (kbd "C-x C-f") #'helm-find-files)
(helm-mode 1)
M-x
を Helm が提供する helm-M-x
に置き換え, C-x C-f
をデフォルトのキーバインド find-file
から Helm の関数 helm-find-files
に置き換えている.helm-filtered-bookmarks
は差し当たり使わない. もう少し使いこなせてから.その他, Helm 関連のキーバインドを列挙すると以下のようになっている.
何れも prefix command:
C-x c
で始まるもので, その役割はこれから調べていく.
C-x c / helm-find
C-x c 8 helm-ucs
C-x c @ helm-list-elisp-packages
C-x c F helm-select-xfont
C-x c I helm-imenu-in-all-buffers
C-x c a helm-apropos
C-x c b helm-resume
C-x c c helm-colors
C-x c e helm-etags-select
C-x c f helm-multi-files
C-x c i helm-semantic-or-imenu
C-x c l helm-locate
C-x c m helm-man-woman
C-x c p helm-list-emacs-process
C-x c r helm-regexp
C-x c s helm-surfraw
C-x c t helm-top
C-x c C-, helm-calcul-expression
C-x c C-: helm-eval-expression-with-eldoc
C-x c <tab> helm-lisp-completion-at-point
C-x c h g helm-info-gnus
C-x c h h helm-documentation
C-x c h i helm-info-at-point
C-x c h r helm-info-emacs
C-x c C-c C-x helm-run-external-command
C-x c C-c SPC helm-all-mark-rings
C-x c C-c f helm-recentf
C-x c C-c g helm-google-suggest
C-x c M-x helm-M-x
C-x c M-y helm-show-kill-ring
C-x c M-s o helm-occur
C-x c M-g a helm-do-grep-ag
C-x c M-g i helm-gid
C-x c C-x C-b helm-buffers-list
C-x c C-x C-f helm-find-files
C-x c C-x r b helm-filtered-bookmarks
C-x c C-x r i helm-register
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image
-
no image