use custom keys

This commit is contained in:
lelgenio 2020-10-02 00:59:45 -03:00
parent c691bd9df6
commit 8b0b8e6450

View file

@ -11,19 +11,18 @@ default_calendar = calendar_local
[locale] [locale]
timeformat = %H:%M timeformat = %H:%M
dateformat = %d/%m dateformat = %d
longdateformat = %d/%m/%Y longdateformat = %d/%m/%Y
datetimeformat = %H:%M %d/%m datetimeformat = %H:%M %d/%m
longdatetimeformat = %H:%M %d/%m/%Y longdatetimeformat = %H:%M %d/%m/%Y
[keybindings] [keybindings]
left = h left = {{@@ key.left @@}}
down = t down = {{@@ key.down @@}}
up = n up = {{@@ key.up @@}}
right= s right= {{@@ key.right @@}}
new = c new = c
today= g today= g
# vim: ft=toml # vim: ft=toml