Explorar el Código

~/.vimrc: Add shortcuts for moving between windows.

Lucas Stadler %!s(int64=13) %!d(string=hace) años
padre
commit
226a3851fe
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .vimrc

+ 5 - 0
.vimrc

@ -124,6 +124,11 @@ noremap   <Up>     <NOP>
124 124
noremap   <Down>   <NOP>
125 125
noremap   <Left>   <NOP>
126 126
noremap   <Right>  <NOP>
127
" Move easier between windows
128
noremap <C-h> <C-w>h
129
noremap <C-j> <C-w>j
130
noremap <C-k> <C-w>k
131
noremap <C-l> <C-w>l
127 132
" remaps
128 133
noremap U <c-r>
129 134
noremap <c-r> q