insanum / sncli

Simplenote CLI
MIT License
396 stars 34 forks source link

Keyboard shortcuts help #62

Closed N0ury closed 6 years ago

N0ury commented 6 years ago

Very interesting. Nice job! I need to use arrow up and arrow down to move up and down As an old vi user, I've seen I cans use 'k' and 'j'. But how to use arrow keys. I haven't found how to do that at http://urwid.org/manual/userinput.html#keyboard-input Thanks

N0ury commented 6 years ago

Sorry, found it:

kb_up = up
kb_down = down