diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-20 11:16:16 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-20 11:16:16 +0000 |
commit | 8593874915ed8c399577946f1605f3731385dcd0 (patch) | |
tree | 63949d55e3a16d730afda3c4236fd63dfedbf540 /.emacs.d | |
parent | 9e930830f268be061aa3c35a5165d71c2a7fbd94 (diff) | |
download | dotfiles-8593874915ed8c399577946f1605f3731385dcd0.tar.gz |
Change frog-jump-buffer binding
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-windows.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el index fcf39cc..c1b9943 100644 --- a/.emacs.d/lisp/init-windows.el +++ b/.emacs.d/lisp/init-windows.el @@ -152,7 +152,7 @@ This is based on the frame width, with the threshold being customised using ("P" "[project]" frog-jump-buffer-filter-same-project) ("S" "[similar]" frog-jump-buffer-filter-similar-name))) :bind - ("C-," . frog-jump-buffer) + ("C-c C-," . frog-jump-buffer) ("C-x 4 C-," . frog-jump-buffer-other-window)) (use-package buffer-ring |