12975347ee5ece99bc3f0502ea3a161df6075a25
The bug was related to trying to split a string with unstript spaces in the action parameter. It resulted in a unbound error as there was no previous raise when getting the key from args_funcs. The fix is twofold, it makes sure that we raise the keyerror if we're trying to grab a non existing key and we're stripping the spaces from the action before splitting. This should fix both the unbound error and the not being able to resolve correct actions.
= kitty - the fast, featureful, GPU based, terminal emulator See https://sw.kovidgoyal.net/kitty image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Build status, link=https://travis-ci.org/kovidgoyal/kitty]
Languages
Python
43.6%
C
28.3%
Go
20%
Objective-C
6%
Shell
1.5%
Other
0.5%