summaryrefslogtreecommitdiff
path: root/alot/commands
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands')
-rw-r--r--alot/commands/bufferlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/bufferlist.py b/alot/commands/bufferlist.py
index ba470fde..1738a2db 100644
--- a/alot/commands/bufferlist.py
+++ b/alot/commands/bufferlist.py
@@ -7,7 +7,7 @@ import globals
MODE = 'bufferlist'
-@registerCommand(MODE, 'select')
+@registerCommand(MODE, 'open')
class BufferFocusCommand(Command):
"""focus selected buffer"""
def apply(self, ui):