Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set initial row/col position of cursor from command line #89

Closed
saulpw opened this issue Nov 12, 2017 · 1 comment
Closed

Set initial row/col position of cursor from command line #89

saulpw opened this issue Nov 12, 2017 · 1 comment

Comments

@saulpw
Copy link
Owner

saulpw commented Nov 12, 2017

From comment by @wavexx on TabViewer/tabview#152:

I don't see a way to set an initial position for the cursor (in terms of
row/column). I'd recommend to see what we did in tabview/gtabview, which
support the flag:

gtabview +row[:column]

which mimic the traditional seek flag in vi/emacs. Very nice to point
users to specific cells.

This syntax seems reasonable, since it is already supported by vim/emacs/tabview. row should be a 1-based index, and column should allow either a 1-based index or a column name.

saulpw added a commit that referenced this issue Nov 19, 2017
 - Set row/col from commandline #89
 - Make '-' input filename indicate position of stdin sheet #85
@saulpw
Copy link
Owner Author

saulpw commented Nov 19, 2017

Implemented in develop and will be in v0.98. Initial cursor column can only be numeric right now, as columns for most sources are discovered during async reload, and that's too much to rework at the moment.

@saulpw saulpw closed this as completed Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant