[vim] rename bepo config
This commit is contained in:
parent
53027824c7
commit
c6812303b5
2 changed files with 7 additions and 7 deletions
|
@ -21,8 +21,8 @@ noremap W <C-w><C-w>
|
||||||
noremap c h
|
noremap c h
|
||||||
noremap r l
|
noremap r l
|
||||||
" {ts} = « haut / bas »
|
" {ts} = « haut / bas »
|
||||||
noremap t j
|
map t j
|
||||||
noremap s k
|
map s k
|
||||||
" {CR} = « haut / bas de l'écran »
|
" {CR} = « haut / bas de l'écran »
|
||||||
noremap C H
|
noremap C H
|
||||||
noremap R L
|
noremap R L
|
||||||
|
@ -72,10 +72,10 @@ noremap » >
|
||||||
|
|
||||||
" Remaper la gestion des fenêtres
|
" Remaper la gestion des fenêtres
|
||||||
" ———————————————————————————————
|
" ———————————————————————————————
|
||||||
noremap wt <C-w>j
|
nmap <C-t> <C-j>
|
||||||
noremap ws <C-w>k
|
nmap <C-s> <C-k>
|
||||||
noremap wc <C-w>h
|
nmap <C-c> <C-h>
|
||||||
noremap wr <C-w>l
|
nmap <C-r> <C-l>
|
||||||
noremap wd <C-w>c
|
noremap wd <C-w>c
|
||||||
noremap wo <C-w>s
|
noremap wo <C-w>s
|
||||||
noremap wp <C-w>o
|
noremap wp <C-w>o
|
2
vimrc
2
vimrc
|
@ -343,5 +343,5 @@ endif " has("autocmd")
|
||||||
" Enable bépo layout if detected
|
" Enable bépo layout if detected
|
||||||
silent call system("detectbepo")
|
silent call system("detectbepo")
|
||||||
if v:shell_error == 0
|
if v:shell_error == 0
|
||||||
source ~/.vim/bepo.rc
|
source ~/.vim/bepo.vim
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue