summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-05 22:15:25 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-05 22:18:43 +0100
commitc7696ec5c6bdc6130c962bd14ba56b18fae461a3 (patch)
treee9583116b860f7b81397191bb8652f3832f8d9ec /alot/defaults
parentf33541bc003c1d7e4ded26c6565557ab1444f08f (diff)
respect restricted 'command interpret mode'
if InputWrap has select_cancel_only set, only those commands will be applied; other keypresses not interpreted as such will be relayed. Get rid of urwid-maps
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc6
1 files changed, 2 insertions, 4 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 26cf1d05..93018cc2 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -62,14 +62,12 @@ initial_command = search tag:inbox AND NOT tag:killed
# look in the abook of the account matching the sender address
complete_matching_abook_only = False
-[urwid-maps]
-enter = select
-esc = cancel
-
[global-maps]
j = move down
k = move up
' ' = move page down
+esc = cancel
+enter = select
@ = refresh
I = search tag:inbox AND NOT tag:killed