comments are bloat

This commit is contained in:
Luke Smith 2019-04-10 17:52:35 -04:00
parent 359421442d
commit 78e7d69aa9

View file

@ -1,70 +1,47 @@
# generic-cancel ESC
# Calcurse keys configuration file generic-select SPC
# generic-credits @
# This file sets the keybindings used by Calcurse. generic-help ?
# Lines beginning with "#" are comments, and ignored by Calcurse. generic-quit q Q
# To assign a keybinding to an action, this file must contain a line generic-save s S ^S
# with the following syntax: generic-reload R
# generic-copy c
# ACTION KEY1 KEY2 ... KEYn generic-paste p ^V
# generic-change-view TAB
# Where ACTION is what will be performed when KEY1, KEY2, ..., or KEYn generic-import i I
# will be pressed. generic-export x X
# generic-goto g G
# To define bindings which use the CONTROL key, prefix the key with 'C-'. generic-other-cmd o O
# The escape, space bar and horizontal Tab key can be specified using generic-config-menu C
# the 'ESC', 'SPC' and 'TAB' keyword, respectively. generic-redraw ^R
# Arrow keys can also be specified with the UP, DWN, LFT, RGT keywords. generic-add-appt ^A
# Last, Home and End keys can be assigned using 'KEY_HOME' and 'KEY_END' generic-add-todo ^T
# keywords. generic-prev-day T ^H
# generic-next-day t ^L
# A description of what each ACTION keyword is used for is available generic-prev-week W ^K
# from calcurse online configuration menu. generic-next-week w ^J
generic-prev-month M
generic-cancel ESC generic-next-month m
generic-select SPC generic-prev-year Y
generic-credits @ generic-next-year y
generic-help ? generic-scroll-down ^N
generic-quit q Q generic-scroll-up ^P
generic-save s S ^S generic-goto-today ^G
generic-reload R generic-command :
generic-copy c move-right l L RGT
generic-paste p ^V move-left h H LFT
generic-change-view TAB move-down j J DWN
generic-import i I move-up k K UP
generic-export x X start-of-week 0
generic-goto g G end-of-week $
generic-other-cmd o O add-item a A
generic-config-menu C del-item d D
generic-redraw ^R edit-item e E
generic-add-appt ^A view-item v V
generic-add-todo ^T pipe-item |
generic-prev-day T ^H flag-item !
generic-next-day t ^L repeat r
generic-prev-week W ^K edit-note n N
generic-next-week w ^J view-note >
generic-prev-month M raise-priority +
generic-next-month m lower-priority -
generic-prev-year Y
generic-next-year y
generic-scroll-down ^N
generic-scroll-up ^P
generic-goto-today ^G
generic-command :
move-right l L RGT
move-left h H LFT
move-down j J DWN
move-up k K UP
start-of-week 0
end-of-week $
add-item a A
del-item d D
edit-item e E
view-item v V
pipe-item |
flag-item !
repeat r
edit-note n N
view-note >
raise-priority +
lower-priority -