You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that possible? I'm coming from vscode-harpoon and there was a nice command for it. I had setup like this
CTRL + ALT + 1 mark current file at index 1 CTRL + ALT + 2 mark current file at index 2 CTRL + ALT + 3 mark current file at index 3
... ALT + 1 go to file at index 1 ALT + 2 go to file at index 2 ALT + 3 go to file at index 3
The text was updated successfully, but these errors were encountered:
The docs show how to access the N mark.
But how do I set the N mark with a shortcut ? For example if I'd wanted to set the current file to be at index
3
I would do something like this :Is that possible? I'm coming from vscode-harpoon and there was a nice command for it. I had setup like this
CTRL + ALT + 1 mark current file at index 1
CTRL + ALT + 2 mark current file at index 2
CTRL + ALT + 3 mark current file at index 3
...
ALT + 1 go to file at index 1
ALT + 2 go to file at index 2
ALT + 3 go to file at index 3
The text was updated successfully, but these errors were encountered: