increase/decrease source rows index >row[0] #2802
-
I select a row with [Enter]. In the new view, I want to change the index, i.e., the row in the table. Is this possible without first closing the view with [q] and then selecting the next row with [Enter]. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Your feature is provided by the nice However, the notes for the old installation locations are out of date now. They need to be modified for visidata versions 3.2 and up, something like:
Even with that change, I actually did not follow the directions exactly. I skipped the second step, of editing
EDIT: removed my discussion about an error message, as it has been patched |
Beta Was this translation helpful? Give feedback.
Your feature is provided by the nice
parent-navigation
plugin by @ajkerrigan.However, the notes for the old installation locations are out of date now. They need to be modified for visidata versions 3.2 and up, something like:
Even with that change, I actually did not follow the directions exactly. I skipped the second step, of editing
plugins/__init__.py
, I just put theimport plugins.parent_navigation
in my.visidatarc
instead, that seemed to work fine. @saulpw does the import location mak…