use custom keys

This commit is contained in:
lelgenio 2020-10-02 00:59:45 -03:00
parent c691bd9df6
commit 8b0b8e6450
1 changed files with 5 additions and 6 deletions

View File

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