Skip to content

Commit

Permalink
Local mark push/jumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Nov 17, 2011
1 parent 96e71c0 commit cdeb012
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/global.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
(global-set-key "\M-g" 'goto-line)
(global-set-key "\C-z" 'undo)
(global-set-key (kbd "M-/") 'hippie-expand)
;; These two is because the M-` is now taken by Unity, and there
;; were no intelligent binding on ', so I just took that one.
(global-set-key (kbd "M-'") 'jump-to-mark)
(global-set-key (kbd "C-'") 'push-mark-no-activate)
(global-set-key [f12] 'compile)
(global-set-key "\C-w" 'backward-kill-word)
(global-set-key "\C-x\C-k" 'kill-region)
Expand Down

0 comments on commit cdeb012

Please sign in to comment.