Add useful key binding for killing window and switching to another window.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 19 Dec 2013 15:18:21 +0200
changeset 1095 c71fb6dedc38
parent 1094 5cff783d79a3
child 1096 973884f94ad4
Add useful key binding for killing window and switching to another window.
.emacs-my
--- a/.emacs-my	Tue Dec 17 16:46:36 2013 +0200
+++ b/.emacs-my	Thu Dec 19 15:18:21 2013 +0200
@@ -803,7 +803,8 @@
 (global-set-key [?\C-x right] 'next-buffer)
 (global-set-key [?\C-x left]  'previous-buffer)
 (global-set-key (kbd "C-x C-k") 'kill-this-buffer)
-(global-set-key [?\C-x down] 'kill-this-buffer)
+(global-set-key [?\C-x up] 'kill-this-buffer)
+(global-set-key [?\C-x down] 'other-window)
 
 (iswitchb-mode 1)
 (setq iswitchb-regexp t)