misc cleanup
This commit is contained in:
parent
f4fde90367
commit
5aff414d44
@ -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
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user