Skip to content

Commit

Permalink
undo-tree hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Jan 1, 2016
1 parent e4d6753 commit 9536042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/init-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,9 @@
"x1" 'delete-other-windows
"x2" 'split-window-vertically
"x3" 'split-window-horizontally
"xr" 'rotate-windows
"xrw" 'rotate-windows
"xru" 'undo-tree-save-state-to-register ; C-x r u
"xrU" 'undo-tree-restore-state-from-register ; C-x r U
"xt" 'toggle-window-split
"su" 'winner-undo
"xu" 'winner-undo
Expand Down

0 comments on commit 9536042

Please sign in to comment.