Deeper into spacemacs
This commit is contained in:
parent
e716ac0aa3
commit
eab0d67c22
2 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
15
.vimrc
15
.vimrc
|
|
@ -685,9 +685,14 @@ noremap þ j
|
|||
noremap ß k
|
||||
noremap ® l
|
||||
|
||||
" Make <space>/<backspace> page up/down {{{2
|
||||
noremap <space> <C-f>
|
||||
noremap <backspace> <C-b>
|
||||
" Make <space>/<backspVjace> page up/down {{{2
|
||||
"noremap <space> <C-f>
|
||||
"noremap <backspace> <C-b>
|
||||
|
||||
" Some spacemacs -> vim things {{{2
|
||||
noremap <Space>fs :w<CR>
|
||||
noremap <Space>qq :q<CR>
|
||||
inoremap <C-g> <Esc>
|
||||
|
||||
" Scrolling with arrows controls the window {{{2
|
||||
noremap <Up> <C-y>
|
||||
|
|
@ -936,8 +941,8 @@ if v:version >= 700 && has("eval")
|
|||
endif
|
||||
endfun
|
||||
|
||||
inoremap <C-g>y <C-\><C-o>:call SuperYank(-1)<CR>
|
||||
inoremap <C-g>e <C-\><C-o>:call SuperYank(1)<CR>
|
||||
"inoremap <C-g>y <C-\><C-o>:call SuperYank(-1)<CR>
|
||||
"inoremap <C-g>e <C-\><C-o>:call SuperYank(1)<CR>
|
||||
endif
|
||||
|
||||
" tab completion {{{2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue