Browse Source

[vim] rename bepo config

master
lara 3 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 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

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

Loading…
Cancel
Save