Movement for Bépo
This commit is contained in:
parent
a590ab46f1
commit
921527f447
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
|
@ -533,6 +533,12 @@ inoremap <S-Down> <C-o>gj
|
|||
noremap <S-Up> gk
|
||||
noremap <S-Down> gj
|
||||
|
||||
" Better Bépo movement
|
||||
noremap © h
|
||||
noremap þ j
|
||||
noremap ß k
|
||||
noremap ® l
|
||||
|
||||
" Make <space> in normal mode go down a page rather than left a
|
||||
" character, and backspace the opposite
|
||||
noremap <space> <C-f>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue