From c6812303b53bc16d95d3fe6aee8d7555e0f2e25b Mon Sep 17 00:00:00 2001 From: lara Date: Fri, 27 Aug 2021 20:36:25 +0200 Subject: [PATCH] [vim] rename bepo config --- vim/{bepo.rc => bepo.vim} | 12 ++++++------ vimrc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename vim/{bepo.rc => bepo.vim} (95%) diff --git a/vim/bepo.rc b/vim/bepo.vim similarity index 95% rename from vim/bepo.rc rename to vim/bepo.vim index 91839ee..83efd64 100644 --- a/vim/bepo.rc +++ b/vim/bepo.vim @@ -21,8 +21,8 @@ noremap 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 j -noremap ws k -noremap wc h -noremap wr l +nmap +nmap +nmap +nmap noremap wd c noremap wo s noremap wp o diff --git a/vimrc b/vimrc index d2b0db1..e10eccb 100644 --- a/vimrc +++ b/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