Skip to content

Commit

Permalink
Frees R and restore some original vim mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
cljoly committed Aug 1, 2021
1 parent 9602e16 commit 6b1d870
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin/bepo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ call s:amap( 'r', 'l' ) "on préserve {hjkl} pour les directions
call s:amap( 'C', 'H' ) "{HJKL} devient [CTSR]
call s:amap( 'T', 'J' ) "{HJKL} devient [CTSR]
call s:amap( 'S', 'K' ) "{HJKL} devient [CTSR]
call s:amap( 'R', 'L' ) "{HJKL} devient [CTSR]
" call s:amap( 'R', 'L' ) "{HJKL} devient [CTSR] -> free R
call s:amap( 'gt', 'gj' ) "on préserve les variantes avec 'g'
call s:amap( 'gs', 'gk' ) "on préserve les variantes avec 'g'
call s:amap( 'zt', 'zj' ) "on préserve les variantes avec 'z'
" call s:amap( 'zt', 'zj' ) "on préserve les variantes avec 'z' -> I
" like zt better
call s:amap( 'zs', 'zk' ) "on préserve les variantes avec 'z'
call s:amap( 'h', 't' ) "{t} devient [h] pour être proche de [f]
call s:amap( 'H', 'T' ) "idem pour {T} et [H]
Expand Down

0 comments on commit 6b1d870

Please sign in to comment.