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?
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.
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).
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.
Currently there is only keyboard shortcut support. You can add mouse click feedback here http://sublimetext.userecho.com/topic/19525-add-bookmarks-support/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With