Changeset 29494

Show
Ignore:
Timestamp:
02/03/09 20:42:41 (4 years ago)
Author:
kozo-ni
Message:

added redo shortcut

Location:
dotfiles/emacs/kozo-ni
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/emacs/kozo-ni/.emacs.d/conf/init-key.el

    r26993 r29494  
    1212;; http://d.hatena.ne.jp/rubikitch/20080117 
    1313(global-set-key "\C-u" 'anything) 
     14(global-set-key "\C-x\C-u" 'universal-argument) 
    1415 
    1516(global-set-key "\C-cp" 'replace-string) 
     
    2728 
    2829(global-set-key "\C-o" 'dabbrev-expand) 
     30(global-set-key "\M-/" 'redo) 
    2931(global-set-key "\M- " 'set-mark-command) 
    3032 
  • dotfiles/emacs/kozo-ni/.emacs.el

    r27728 r29494  
    1717(load "init-R") 
    1818(load "init-anything") 
    19 (load "init-apache") 
    2019(load "init-buffer") 
    2120(load "init-completion") 
     
    4948  ) 
    5049 ((string-match "linux" system-configuration) 
    51 ;;   (load "init-gui") 
    52 ;;   (load "init-linux") 
    5350  (load "init-locale") 
    5451  )