summaryrefslogtreecommitdiff
path: root/alot/commands
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-31 22:32:01 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-31 22:33:05 +0100
commit02006b3478702f5c8f8573863550841e9e9c42cc (patch)
tree47d6344ce43e5ae6c63ec1408f50adba586ad4a5 /alot/commands
parent15aefb2e5c4bf2b943b5c25aaa18794566289ead (diff)
rename 'select' bufferlist command to 'open'
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):