1
Fork 0

Vim latex setup improvements (and more)

This commit is contained in:
Matei Adriel 2023-09-18 03:15:13 +03:00
commit 0ca50395eb
No known key found for this signature in database
9 changed files with 28 additions and 7 deletions
hosts/nixos/common/optional

View file

@ -47,6 +47,7 @@ let
(chord [ "n" "l" "f" ] [ "leftmeta" "8" ])
(chord [ "n" "l" "z" ] [ "leftmeta" "9" ])
(chord [ "n" "l" "x" ] [ "leftmeta" "0" ])
(chord [ "n" "k" "l" ] [ "leftmeta" "p" ])
# }}}
# {{{ Handled by vim
(chord [ "j" "k" ] [ "f10" ])