misc cleanup

This commit is contained in:
Clément Joly 2022-05-07 19:41:56 +00:00
parent f4fde90367
commit 5aff414d44
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# bepo.nvim # bepo.nvim
*Work in progress* *Work in progress, see the [sources](https://github.com/cljoly/bepo.nvim/blob/main/fnl/bepo.fnl)*
Remap for the bepo layout in Lua, inspired from https://github.com/michamos/vim-bepo Remap for the bepo layout in Lua, inspired from https://github.com/michamos/vim-bepo

View File

@ -41,9 +41,7 @@
;; ------ ;; ------
;; {HJKL} devient [CTSR] ;; {HJKL} devient [CTSR]
(map-all :T :J) (map-all :T :J)
;; {HJKL} devient [CTSR]
(map-all :S :K) (map-all :S :K)
;; {HJKL} devient [CTSR]
;; (map-all "R" "L") ;; {HJKL} devient [CTSR] -> free R ;; (map-all "R" "L") ;; {HJKL} devient [CTSR] -> free R
;; ------ ;; ------
;; on préserve les variantes avec 'g' ;; on préserve les variantes avec 'g'