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.
This commit is contained in:
parent
b0a6eb533b
commit
cd084ebd2a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue