summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc
diff options
context:
space:
mode:
Diffstat (limited to 'alot/defaults/alot.rc')
-rw-r--r--alot/defaults/alot.rc14
1 files changed, 10 insertions, 4 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 1426c5e4..67f767a8 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -34,7 +34,9 @@ notify_timeout = 2
# display statusline?
show_statusbar = True
+# use terminal_command to spawn a new terminal for the editor?
spawn_editor = False
+
# set terminal for asynchronous editing
terminal_cmd = x-terminal-emulator -e
@@ -49,10 +51,7 @@ timestamp_format = ''
# muttprint/a2ps works nicely
print_cmd = ''
-#initial searchstring when none is given as argument:
-initial_searchstring = tag:inbox AND NOT tag:killed
-
-#initial searchstring when none is given as argument:
+# initial searchstring when none is given as argument:
initial_searchstring = tag:inbox AND NOT tag:killed
# in case more than one account has an addressbook:
@@ -60,6 +59,13 @@ initial_searchstring = tag:inbox AND NOT tag:killed
# look in the abook of the account matching the sender address
complete_matching_abook_only = False
+[urwid-maps]
+j = cursor down
+k = cursor up
+' ' = cursor page down
+enter = select
+esc = cancel
+
[global-maps]
@ = refresh
I = search tag:inbox AND NOT tag:killed