Y
Hacker News
new
|
ask
|
show
|
jobs
by
heelhook
4958 days ago
An even better one IMO is @, same thing as with # but it uses symbols.
2 comments
calinet6
4958 days ago
Or : to jump to a line number. Beautiful.
link
missing_cipher
4958 days ago
CTRL+G in Windows.
link
calinet6
4958 days ago
(this is when in the Ctrl+P fuzzy-file-search box, so the colon : in that context also jumps to the line number in the found file)
link
wonderzombie
4958 days ago
You can get that via Ctrl-R (or Cmd, if on a Mac).
Ctrl-; brings up fuzzy matching for words in the file.
link
heelhook
4958 days ago
Cmd-R is just for jumping to symbols in the current file, Cmd-T+@ to jump to a symbol on any given file.
link