diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-18 21:05:27 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-18 21:05:27 +0100 |
commit | 3af891c734fd1284d173955a69ece801f50ac9a1 (patch) | |
tree | 9cf629d411ca85216cbc806f098c167498d3a010 /.emacs.d | |
parent | 18aab103e8d21970f8e0cf57b81de200462aa538 (diff) | |
download | dotfiles-3af891c734fd1284d173955a69ece801f50ac9a1.tar.gz |
Always bind ctrlf-cancel
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-navigation.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el index 13aac52..c9fcc83 100644 --- a/.emacs.d/lisp/init-navigation.el +++ b/.emacs.d/lisp/init-navigation.el @@ -13,6 +13,7 @@ (ctrlf-default-search-style 'fuzzy-regexp) (ctrlf-alternate-search-style 'literal) :bind + ("C-M-g" . ctrlf-cancel) ;; always bind this in case we have left the minibuffer ("C-*" . ctrlf-forward-symbol-at-point)) (use-package smartscan |