[Freeswitch-svn] [commit] r13154 - freeswitch/trunk/support-d
FreeSWITCH SVN
anthm at freeswitch.org
Sun Apr 26 08:44:56 PDT 2009
Author: anthm
Date: Sun Apr 26 10:44:55 2009
New Revision: 13154
Log:
fix keys
Modified:
freeswitch/trunk/support-d/.emacs
Modified: freeswitch/trunk/support-d/.emacs
==============================================================================
--- freeswitch/trunk/support-d/.emacs (original)
+++ freeswitch/trunk/support-d/.emacs Sun Apr 26 10:44:55 2009
@@ -84,12 +84,17 @@
(global-unset-key "\C-b" )
(global-set-key "\C-b" 'backward-word)
(global-unset-key "\M-f" )
+
+
(global-set-key "\M-f" 'find-file)
(global-set-key "\M-o" 'find-file-other-window)
(global-set-key "\M-\\" 'mark-word)
-(global-set-key "\M-[" 'mark-whole-buffer)
-(global-unset-key "\M-]")
-(global-set-key "\M-]" 'indent-region)
+(global-set-key "\M-{" 'mark-whole-buffer)
+;(global-unset-key "\M-}")
+
+
+
+(global-set-key "\M-}" 'indent-region)
(global-set-key "\C-x\C-m" 'save-buffer)
(global-set-key "\C-c\C-m" 'delete-other-windows)
(global-set-key "\C-c\'" 'split-window-vertically)
More information about the Freeswitch-svn
mailing list