Browse Source

[vim] rename bepo config

master
lara 4 years ago
parent
commit
c6812303b5
  1. 12
      vim/bepo.vim
  2. 2
      vimrc

12
vim/bepo.rc → vim/bepo.vim

@ -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

@ -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…
Cancel
Save