projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
90dc3a5
)
emacs: better buffer-switching bindings
author
Amin Bandali
<bandali@gnu.org>
Mon, 26 Aug 2019 23:42:19 +0000
(19:42 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 26 Aug 2019 23:42:19 +0000
(19:42 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
eb634df
..
d0d5307
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-626,12
+626,12
@@
For disabling the behaviour for certain buffers and/or modes."
:delight
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
:delight
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
- ("C-c
x" . counsel-M-x
)
+ ("C-c
b b" . ivy-switch-buffer
)
("C-c f ." . counsel-find-file)
("C-c f l" . counsel-find-library)
("C-c f r" . counsel-recentf)
("C-c f ." . counsel-find-file)
("C-c f l" . counsel-find-library)
("C-c f r" . counsel-recentf)
+ ("C-c x" . counsel-M-x)
("s-." . counsel-find-file)
("s-." . counsel-find-file)
- ("s-r" . ivy-switch-buffer)
:map minibuffer-local-map
("C-r" . counsel-minibuffer-history))
:config
:map minibuffer-local-map
("C-r" . counsel-minibuffer-history))
:config
@@
-2062,7
+2062,7
@@
https://csclub.uwaterloo.ca/~abandali")
;;; IRC (with ERC and ZNC)
(use-package erc
;;; IRC (with ERC and ZNC)
(use-package erc
- :bind (("C-c
a e b
" . erc-switch-to-buffer)
+ :bind (("C-c
b e
" . erc-switch-to-buffer)
:map erc-mode-map
("M-a" . erc-track-switch-buffer))
:custom
:map erc-mode-map
("M-a" . erc-track-switch-buffer))
:custom