Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SublimeText: bookmark a line using mouse?

I am switching over to SublimeText 2 from Textmate.

In TextMate, a line can be bookmarked with the mouse by simply clicking the line number. I've been doing this for many years, and while I'm sure some people may prefer keyboard shortcuts, I'm not one of them.

Can I bookmark a line in Sublimetext using the mouse? Is there an option where this can be enabled?

like image 213
mikemaccana Avatar asked Nov 30 '12 11:11

mikemaccana


People also ask

How do I bookmark a line in Sublime Text?

Bookmarking a position in the file - Sublime Text Tutorial The bookmarks feature is tucked away on the goto menu here. You can bookmark a position or a text selection just by hitting command F2, or control F2 on Windows.

How do I copy a line in Sublime Text 3?

To quickly duplicate a line of code, place the cursor anywhere in the line and hit Cmd–Shift–D(Mac) or Ctrl–Shift–D (Windows).

How do I create a shortcut in Sublime Text 3?

Select the Key Bindings - User item under Sublime's Preferences, then add the following example line: {"keys": ["ctrl+shift+c"], "command": "insert_snippet", "args": {"contents": "hello!"}} This will add a CTRL + SHIFT + C shortcut to insert the hello! snippet.


1 Answers

Currently there is only keyboard shortcut support. You can add mouse click feedback here http://sublimetext.userecho.com/topic/19525-add-bookmarks-support/

like image 99
runningRhetoric Avatar answered Sep 30 '22 18:09

runningRhetoric