From eab0d67c2201a3e7fb81e4c29b660181b791ffb2 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 19 Oct 2016 13:10:51 -0700 Subject: [PATCH] Deeper into spacemacs --- .kwm/kwmrc | 1 + .vimrc | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.kwm/kwmrc b/.kwm/kwmrc index 194ee12..6d3cb4d 100644 --- a/.kwm/kwmrc +++ b/.kwm/kwmrc @@ -100,6 +100,7 @@ kwmc config spawn left kwmc rule owner="iTerm2" properties={role="AXDialog"} // Emacs is special? +kwmc config add-role AXWindow Emacs kwmc rule owner="Emacs" properties={role="AXStandardWindow"} /* The following commands create rules that diff --git a/.vimrc b/.vimrc index d9c0cf9..43f5ee6 100644 --- a/.vimrc +++ b/.vimrc @@ -685,9 +685,14 @@ noremap þ j noremap ß k noremap ® l -" Make / page up/down {{{2 -noremap -noremap +" Make / page up/down {{{2 +"noremap +"noremap + +" Some spacemacs -> vim things {{{2 +noremap fs :w +noremap qq :q +inoremap " Scrolling with arrows controls the window {{{2 noremap @@ -936,8 +941,8 @@ if v:version >= 700 && has("eval") endif endfun - inoremap y :call SuperYank(-1) - inoremap e :call SuperYank(1) + "inoremap y :call SuperYank(-1) + "inoremap e :call SuperYank(1) endif " tab completion {{{2