aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-12-10 22:11:10 -0800
committerGravatar Tom Willemse2019-12-10 22:11:10 -0800
commitcd084ebd2a01086415afd9a773a31429721bd6f4 (patch)
tree6adb6a3d6e9e5c0063fe49fff703f8a7d9aced21
parentb0a6eb533b9fb482101c41705a51ae3c1ade896b (diff)
downloademacs-config-cd084ebd2a01086415afd9a773a31429721bd6f4.tar.gz
emacs-config-cd084ebd2a01086415afd9a773a31429721bd6f4.zip
Use ‘ibuffer-jump’ instead of ‘ibuffer’
‘ibuffer-jump’ moves the point to be on the buffer that you jump from, ‘ibuffer’ doesn’t change point.
-rw-r--r--oni-core.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-core.el b/oni-core.el
index d8cc58e..b32a194 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0919.173859
+;; Version: 2019.1210.221052
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful)
;; This program is free software; you can redistribute it and/or modify
@@ -94,7 +94,7 @@
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
(global-set-key (kbd "C-c (") 'embrace-commander)
(global-set-key (kbd "C-x f") 'ffap)
-(global-set-key (kbd "C-x C-b") 'ibuffer)
+(global-set-key (kbd "C-x C-b") 'ibuffer-jump)
(global-set-key [remap describe-function] 'helpful-callable)
(global-set-key [remap describe-key] 'helpful-key)