saulpw / visidata

A terminal spreadsheet multitool for discovering and arranging data
http://visidata.org
GNU General Public License v3.0
7.64k stars 274 forks source link

Odd memory sheet binding #2431

Open reagle opened 1 week ago

reagle commented 1 week ago

When I try to see the memory sheet I get: 'no command for "alt+shift+m".' When I look at the command help, I see an odd binding: Alt+Shift+Shift+M.

sheet   module  longname    keystrokes  description
TableSheet  memory  open-memos  Alt+Shift+Shift+M   open the Memory Sheet

Editing the keystrokes cell to "Alt+Shift+M" is unable to change it. This config setting has no effect:

TableSheet.unbindkey('Alt+Shift+Shift+M')
TableSheet.bindkey('Alt+Shift+M', 'open-memos')
saulpw commented 1 week ago

This is fixed on the develop branch. We should do a pass on some other issues (including the sidebar usability) and release a 3.1 soon.