Skip to content

Instantly share code, notes, and snippets.

@bamanzi
Created April 22, 2012 01:59
Show Gist options
  • Save bamanzi/2440791 to your computer and use it in GitHub Desktop.
Save bamanzi/2440791 to your computer and use it in GitHub Desktop.
my jasspa.emf
global-bind-key beginning-of-line "home"
global-bind-key end-of-line "end"
;!force exec-file "msshift"
set-variable %cygwin-path "e:/cygwin2"
;!force exec-file "win32"
set-variable $INFOPATH &cat %cygwin-path "/usr/share/info"
;; Emacs-like imenu
;; http://www.dgroth.de/pmwiki/index.php?n=MicroEmacs.Macros-Imenu
define-macro-file imenu imenu
define-macro-file imenu imenu-refresh
0xa0000 global-bind-key osd "f12"
global-bind-key beginning-of-buffer "C-home"
global-bind-key end-of-buffer "C-end"
global-bind-key set-mark "C-'"
5 global-bind-key "prefix" "A-s"
global-bind-key occur "A-s o"
global-bind-key major-mode-help "C-h M"
global-bind-key comment-line "C-/"
6 global-bind-key "prefix" "A-g"
global-bind-key goto-line "A-g g"
global-bind-key imenu "A-g i"
global-bind-key goto-matching-fence "A-g %"
global-bind-key goto-alpha-mark "A-g m"
global-bind-key execute-line "esc :"
global-bind-key expand-abbrev-handle "A-/"
global-bind-key expand-word "A-s A-/"
global-bind-key info "C-h i"
global-bind-key info-on "C-h S-i"
;;0 global-bind-key osd "C--"
global-bind-key comment-line "esc ;"
global-bind-key yank "S-insert"
;7 global-bind-key "prefix" "C-z"
;global-bind-key collapse-current "C-z C-c"
;global-bind-key fold-open "C-z C-s"
;global-bind-key collapse-all "C-z tab"
;global-bind-key fold-exit "C-z C-]"
define-macro revert-buffer
0 reread-file
!emacro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment