Advertisement
timotheosh

.emacs.d/keys.el

Mar 24th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.40 KB | None | 0 0
  1. ; Keep the second mouse button from moving the cursor while pasting.
  2. (global-set-key [mouse-2] 'yank)
  3.  
  4. (global-set-key [f1] 'dired)
  5. (global-set-key [f2] 'dired-omit-toggle)
  6. (global-set-key [f3] 'shell)
  7. (global-set-key [f4] 'find-file)
  8. (global-set-key [f5] 'compile)
  9. (global-set-key [f6] 'visit-tags-table)
  10. (global-set-key [f8] 'add-change-log-entry-other-window)
  11. (global-set-key [f12] 'make-frame)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement