[vim] rename bepo config

This commit is contained in:
lara 2021-08-27 20:36:25 +02:00
parent 53027824c7
commit c6812303b5
2 changed files with 7 additions and 7 deletions

View file

@ -21,8 +21,8 @@ noremap W <C-w><C-w>
noremap c h
noremap r l
" {ts} = « haut / bas »
noremap t j
noremap s k
map t j
map s k
" {CR} = « haut / bas de l'écran »
noremap C H
noremap R L
@ -72,10 +72,10 @@ noremap » >
" Remaper la gestion des fenêtres
" ———————————————————————————————
noremap wt <C-w>j
noremap ws <C-w>k
noremap wc <C-w>h
noremap wr <C-w>l
nmap <C-t> <C-j>
nmap <C-s> <C-k>
nmap <C-c> <C-h>
nmap <C-r> <C-l>
noremap wd <C-w>c
noremap wo <C-w>s
noremap wp <C-w>o

2
vimrc
View file

@ -343,5 +343,5 @@ endif " has("autocmd")
" Enable bépo layout if detected
silent call system("detectbepo")
if v:shell_error == 0
source ~/.vim/bepo.rc
source ~/.vim/bepo.vim
endif