Fix missing whitespace.

This commit is contained in:
Florian Bruhin 2015-01-05 18:56:09 +01:00
parent 9cc5bedb4d
commit e339b0cef9

View File

@ -940,8 +940,8 @@ KEY_DATA = collections.OrderedDict([
('tab-move', ['gm']),
('tab-move -', ['gl']),
('tab-move +', ['gr']),
('tab-next', ['J','gt']),
('tab-prev', ['K','gT']),
('tab-next', ['J', 'gt']),
('tab-prev', ['K', 'gT']),
('tab-clone', ['gC']),
('reload', ['r']),
('reload -f', ['R']),