This commit is contained in:
Henrik Lissner 2016-02-04 19:00:03 -05:00
parent 4190b16b71
commit affcb53d04
4 changed files with 8 additions and 9 deletions

View file

@ -44,7 +44,7 @@
"C-j" 'evil-window-down
"C-k" 'evil-window-up
"C-h" 'evil-window-left
"C-l" 'evil-window-right ; switch to tmux if fails
"C-l" 'evil-window-right
"C-<escape>" 'evil-emacs-state
:e "C-<escape>" 'evil-normal-state
@ -278,8 +278,7 @@
:o "s" 'evil-surround-edit
:o "S" 'evil-Surround-edit
:n "!" 'rotate-word-at-point
:v "!" 'rotate-region
:n "!" 'rotate-text
(:map evil-window-map ; prefix "C-w"
"u" 'narf/undo-window-change