Skip to content

Instantly share code, notes, and snippets.

@ihodes
Created August 22, 2013 21:39
Show Gist options
  • Save ihodes/6313144 to your computer and use it in GitHub Desktop.
Save ihodes/6313144 to your computer and use it in GitHub Desktop.
(global-set-key (kbd "M-/") 'hippie-expand)
(global-set-key (kbd "C-x C-b") 'ibuffer)
(global-set-key (kbd "C-s") 'isearch-forward-regexp)
(global-set-key (kbd "C-r") 'isearch-backward-regexp)
(global-set-key (kbd "C-M-s") 'isearch-forward)
(global-set-key (kbd "C-M-r") 'isearch-backward)
(global-set-key (kbd "C-c r") 'replace-string)
(global-set-key (kbd "C-x C-u") 'undo-tree-undo)
(global-set-key (kbd "C-x C-r") 'undo-tree-redo)
(global-set-key (kbd "C-x g") 'magit-status)
(provide 'bindings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment