branch: elpa/isl
commit 93eb93587d3355edd49198b0a1adeab3a1ba7668
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Change default binding for isl-bm-this-pos
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index de9f9ad97a3..3ee36f0051e 100644
--- a/isl.el
+++ b/isl.el
@@ -257,7 +257,7 @@ You can toggle this at any time with
\\<isl-map>\\[isl-toggle-multi-search-in-li
(define-key map (kbd "M-v") 'isl-scroll-down)
(define-key map (kbd "C-k") 'isl-delete-minibuffer-contents)
(define-key map (kbd "C-j") 'isl-toggle-multi-search-in-line)
- (define-key map (kbd "C-c b") 'isl-bm-this-pos)
+ (define-key map (kbd "C-!") 'isl-bm-this-pos)
map)
"The map used when `isl-search' is running.
Don't forget to modify `isl-mini-map' accordingly to fit with kmacros