sublime select all occurrences. ). sublime select all occurrences

 
)sublime select all occurrences  Select Word (Repeat select other Occurences

Press Ctrl 0R or select Edit | Find | Replace from the main menu to open the Replace in File window. When started, sed will. – Sublime Text — cntrl+option+g will select all occurrences,. CTRL + SHIFT + K will delete a line in Sublime Text 3 on Linux (tested on Ubuntu 14. To search for a specific string of text in all files within a given folder, first open the folder in Sublime Text. Move Caret to Text End with Selection. Select current wor d, continue press D for expanding selection. all four occurrences of CVD will be selected in the following text block: CVD Tab1. Single Selection. Click to enable regular expressions. Use this dialog to change the settings of finding usages. If that isn't possible, I'm not interested in the editor. Command + Shift + Up Arrow key. You can also select all lines in a column to edit many rows of data at the same time. upon selecting a word, highlight all occurrences of the same word in the current file. Hit Ctrl + Shift + F, the prompt will open in the bottom of the window, Hit Find, then manually double click on the text (that you want to replace) shown. Here is the keyboard shortcut for Sublime Text. Enter ^ [d]+ in the Find What field to select any digits in the beginning of all lines. Alternatively, use the Up and Down arrow keys to navigate to the option of interest, and press Enter to select it. This will incrementally select all occurrences of the word your cursor is on, starting with the closest. Select Replace in the Editing group. Ctrl + F2 to select all occurrences of current word. Using the exact example in the question, this worked perfectly for me: Highlight the first ; Press Ctrl + d a few times to highlight the other instances of it too. I don't know which are most similar to Sublime Text's though. Sublime Text Find All Occurrences. This can be extremely helpful when trying to locate a specific piece of code within a large document. How can I change it so that it doesn't do that, and instead will highlight all occurrences only when I select the word (eg: similar to sublime text) ? Votes. questionmark October 14,. Improve this answer. JetBrains Rider highlights read usages with blue and write usages with red. Put your cursor to the second "a" in the first line, press Ctrl-V, select all lines, then press I (capital i), and put in a doublequote. Select Next Match of a Selection: ⌘ + D. Jetbrains give you an option to change settings, Settings -> Keymap -> Editor Actions. Changelog. When I select a variable, all occurrences of it are. Pressing Alt+F3 to select all instances of the word to, showing how many of them there are. Answered. expand_selection Extends the selection up to predefined limits. Share. action. When selecting and renaming all occurrences of a variable, this does not imply that all strings are to be renamed. Type in the. Share. When I select a variable, all occurrences of it are highlighted. Move Caret to Text Start with Selection. select “2” press ALT+F3 to select all occurrences of “2” Now just press “4” Done; if you want to replace the 2 near PRIM thing, then just be a bit smart in what you select, such selecting ‘PRIM_SPECULAR, 4,’ and then pressing ALT+F3. Working in Sublime Text 3, I’d like to re-name some variables in my code. The main problem for me is the following: Ctrl+D in Sublime recognizes all. How to select all occurences of a word? ST3: In the Find dialog, enter a word, check "whole words", press "Find All". You can click on the gutter to select a line, or click and drag to select multiple lines. 5 Answers. In ST3, there is a similar function; if I double-click on a word in ST3, the other words are highlighted with a small border:First select any given word or words you’d like to edit. Windows and Linux. Find some name: cmd f, type some name (sometimes need to press return) Specify replace: shift cmd r, tab tab to get to replace field, type new name, don't press return. The article will highlight the must-have packages and project-specific preference settings and tweaks. You can view the currently active keyboard shortcuts in VS Code in the Command Palette ( View -> Command Palette) or in the Keyboard Shortcuts editor ( File. The keyboard shortcut for this feature in Sublime Text is alt+f3 on Windows / Linux and ctrl+cmd. This will select all instances of that word or phrase in the document. Improve this answer. Select your text ( either a character, a word or a several words string ). 2. Tap: Control + G - Every tap combination select the new same value. The keyboard shortcut Ctrl A can be used to select multiple words at once, which will allow you to select all of the text in the document. Luckily, Command+u will undo the last multi-cursor operation. Select multiple occurrences of a word or a text range. Select multiple occurrences of a word or a text range. With this feature you can: Set multiple cursors in the editor area: Alt + Mouse Click (Option + Mouse Click for Mac OS X). Sublime Text is a powerful text editor that allows for quick and easy editing of text files. “Find All” will highlight all instances of the text in the “Find” box. Del to remove all lines which do not contain your keyword. The best way right now to achieve Sublime-like keymapping in Jupyter Notebook: Select CodeMirror Keymap from jupyter-contrib-nbextensions. (the shortcut can be confirmed by moving your mouse onto the Find All button in the find panel. Highlight the word you'd like to get the next instance, then press: ⌘ + E. If you want to skip the current instance, press Ctrl + K, Ctrl + D . Sublime Forum. Replace all instances of the word to with the word FROM. How can I unselect it ??? [super+k, super+d] messes. VS Code editor will allow you to select all occurrences of a word. +date. CudaText:Option 1: To multi-select all lines containing a substring. On a MacOS you can use: Tap: Control + Command + G - Select all the same value. By selecting the initial occurrence of the class name and using the shortcut to find and select subsequent occurrences, you can easily update all instances of the class name in a matter of seconds. Skipping an Instance ⌘ + K. Visual Studio Select All Occurrences. Select/unselect the next occurrence: Alt + J / Shift + Alt + J (Ctrl + G / Shift + Ctrl +G for Mac OS X) Select all occurrences: Shift. Currently, the ability to select all similar text and edit (like the Ctrl+D functionality in Sublime, as mentioned by @George) is not built in to Notepad++ version 6. Share. Best wishes, Shu. CTR+OPT+Up/Down: Multicursor (super useful) I would love to be able to CMD+D to highlight word like in. ; after making. I've used it in many languages/stacks for years. 9168 A-39611. Cancel selection. When you select a word and you press it, you automatically select all the occurrences too. How to select all instances in Sublime Text 2? However, here are some useful key combos for selecting words in Sublime Text 2: Ctrl ⌘ G – selects all occurrences of the current word ( Alt F3 on Windows/Linux) ⌘ D – selects the next instance of the current word ( Ctrl D) ⌘ K, ⌘ D – skips the current instance and goes on to select. Place the cursor, JUST BEFORE the text to search for : Perform the menu option Edit - Begin/End Select. It does sound like it will work when Notepad++ updates the version of Scintilla it uses as the functionality is built in to the newer version of that. Otherwise, select the desired range with the mouse or with keyboard shortcuts. Wondering if. Now I have all the numbers on a separate line. find_nextOpen Sublime Text. Then gc goes match by match and you can replace or not. From that link: Select All Occurrences (Ctrl+Alt+Shift+J on Windows, Ctrl-Cmd-G on Mac OS X) will select all occurrences of current word/symbol in multiple caret mode. Key Bindings List. CVD Tab1CVD Tab1_CVD If you would like to skip one of the instances, there is another nifty keyboard shortcut to consider: ⌘ + K. You can also select a column of text by holding down the Shift key and moving your mouse. You can view the currently active keyboard shortcuts in VS Code in the Command Palette ( View -> Command Palette) or in the Keyboard Shortcuts editor ( File. Ctrl + Shift + Down Arrow key. Start typing to replace the selected text. On a Mac you can can select the text that you are after then press: cmd + ctrl + G. How Do I Select Multiple Items In Sublime Text? To choose multiple regions using the keyboard, select a block of text, then press Ctrl. Thank you so much tito !! 0 Likes. According to Key Bindings for Visual Studio Code there's: Ctrl + Shift + L to select all occurrences of current selection. Find All. To the right of the Find and Replace text boxes are four buttons. Select this checkbox to search in for the occurrences in text files. ⌘ + P / ⌘ + T. Under the Packages/WordHighlight sub-directory, edit the Word Highlight. CTRL + SHIFT + K will delete a line in Sublime Text 3 on Mac OS, too. ⇧F2. Previous bookmark. Above answers are the correct ways, but if you want to get rid of the rows with even a single string then do, Find -> Replace -> put ^. ALT+Drag - Inserts a new cursor on each line that is touched during the drag operation. CMD+U - Undoes a cursor or selection change. As far as I can tell an equivalent feature does not exist in VS Code. There is a Replace button in the bottom right. Skipping an Instance ⌘ + K. Ctrl+L. Do one of the following: Successively press Alt+J to find and select the next occurrence of case-sensitively matching word or. sgauri sgauri. Intellij Idea Vs Code Sublime Like Text Selection IntelliJ Idea, VS Code Sublime like text selection. Ctrl + J. Follow. Works for {}, [] and (): Ctrl + Cmd + M. Type to replace the selected words with your changes. (global-hi-lock-mode 1) in your . 9932 Z0. If you would like to skip one of the instances, there is another nifty keyboard shortcut to consider: ⌘ + K. CTRL + H to open Replace dialog. Select all occurrences of current word, then continue in multi-line editing mode. edited Jun 20, 2020 at 9:12. Replace all instances of the word to with the word FROM. How To Select Multiple Words At Once. ⌘⌥1: single column : ⌘⌥2: two columns : ⌘⌥5: grid (4 groups. The full list of keyboard shortcuts that work for me in Overleaf to create multiple cursors / selections: Ctrl + Alt + Right (or additionally Ctrl + Alt + L in Vim mode): search for next occurence of word under cursor, add it to selection. Single Selection🔗. Move line/selection up: Ctrl + ⇧ + ↓: Move line/selection down: Ctrl + L: Select line - Repeat to select next lines: Ctrl + D: Select word - Repeat select others occurrences: Ctrl + M: Jump to closing parentheses Repeat to jump to opening parentheses: Ctrl + ⇧ + M: Select all contents of the current parentheses: Ctrl + KK: Delete from. 1. txt. Hold: Option + Mouse Click - Select multiline with a mouse. is in your preferences file ( Preferences -> Settings - User) and you should see the expected behavior. Select lines in this. Select the text (only one occurrence): "ID" : " 2. shrink which has the default shortcut. The next time you hit Ctrl + D it should select the next highlighted word. Share. Under the Packages/WordHighlight sub-directory, edit the Word Highlight. If you know that you want to select and modify all occurrences of the current word under the cursor, press * to select it and in command-mode execute: %s//replacement. Use this dialog to configure the search procedure and scope when looking for occurrences of the following data: Fields, variables and parameters. I folded in CHANGELOG. select line (repeat select next lines) ⌘D: select word (repeat select others occurrences in context for multiple editing) ⌃⇧M: select content into brackets : ⌘⇧↩: insert line before : ⌘↩: inter line after ⌃⇧K: delete line : ⌘KK: delete from cursor to end of line : ⌘K⌫ delete from cursor to start of line : ⌘⇧D. 15. Thanks – StuartM Feb 20 ’13 at 16:13. Select the first outlined instance. edu. To select all occurrences of a word or phrase, simply press Ctrl+Shift+L (Windows/Linux) or Cmd+Shift+L (OS X). Select some text and press Ctrl + D to add more instances. Press Ctrl+H then enter your “Find” and “Replace” terms and click “Replace”. ollyfg opened this issue Oct 28, 2021 · 1 comment Labels. Tip: if you turn on Highlight matches in the find panel, you should see real time matches in your file. 115. Do one of the following: Successively press Alt+J to find and select the next occurrence of case-sensitively matching word or. Select all occurrences of current word, then continue in multi-line editing mode. You will still need to press ⌘ + D to highlight the instance first, but you can then choose to ignore it by following up with ⌘ + K. but if you're familiar with sublime shortcuts like Ctrl + D. How to select all instances in Sublime Text 2? However, here are some useful key combos for selecting words in Sublime Text 2: Ctrl ⌘ G – selects all occurrences of the current word ( Alt F3 on Windows/Linux) ⌘ D – selects the next instance of the current word ( Ctrl D) ⌘ K, ⌘ D – skips the current instance and goes on to select the next one ( Ctrl K, Ctrl D) Sublime Text Shortcuts Windows. Command + X will work for Mac computers. to (Enum): Values: bol, hardbol, eol, hardeol, bof, eof, brackets, line, tag, scope, indentation. If I follow the steps above but substitute “Ctrl-H” for Step 5, the currently-selected-text (the replacement string. I'm using Sublime text 3, build 3126. g. Windows: Select all text above your cursor: ctrl+shift+home. always immediately jumps to the first reference it thinks is correct whether or not there are multiple occurrences. Double click the first instance of 0 that you want to change. This extension makes it possible to select multiple occurrences of a selected text for simultaneous editing with multiple cursors. (with Mac OS X specific shortcuts) to replace some name with new name: place the cursor above the text. Similarly, after finding something with Ctrl + F, Alt + Enter will select all occurrences of the search query, which can be multi-edited; Ctrl + X without anything selected cuts the current line, then move to a different line and Ctrl + V pastes it below the current line; Setting Sublime as the default Terminal editorExits the whole application with all open windows. set_translate_tabs (Bool) find_all_under Finds all occurrences of the current selection or the current word. Select multiple occurrences of a word or a text range. Find All. Aims to replicate the Ctrl+D command of Sublime Text for faster coding. As you can see, all the other instances of page have boxes around them. Add next occurrence of selected text to selection: Ctrl + D Add all occurrences of the selected text to the selection: Alt + F3 Rotate between occurrences of selected text (single. alt + enter to select all instances of <!--. Press Ctrl + D again, this will select all the words i. This helps you to be sure what are selected when you press Alt+Enter. Follow. Use the Left Arrow and Right Arrow keys to move the synced cursors within each selection. . To go from multiple selections to a single selection, press Esc. 2. To select all occurrences of a word or phrase, simply press Ctrl+Shift+L (Windows/Linux) or. We hear what you say on Twitter and on our issue tracker and that’s why we’re including your number one request: Multiple Selection. Multiple Selection. Select All Matches is a feature in Sublime Text that allows you to highlight every instance of a particular string of text within your document. Next, type the string of text you wish to search for in the Find panel, and press Enter. Here is an image of some sample code of a SQL file. To fold and unfold only the regions defined by markers use: Fold Marker Regions (⌘K ⌘8 (Windows, Linux Ctrl+K Ctrl+8)) folds all marker regions. 2. Moving the Pointer to the Beginning of Code. Mac: ⌃+⌘+G. This is what I see in Sublime Text. If you start out with nothing selected, you're telling it you want to select other like things. (with Mac OS X specific shortcuts) to replace some name with new name: place the cursor above the text. Ctrl+D to select the next entry of a string in the file. Follow edited Jun 1, 2021 at 10:38. To disable the prompt, in the Settings dialog ( Ctrl Alt 0S ), go to Editor | General | Smart Keys, and in the PHP area, clear the Show additional options when searching for method usages checkbox. Do a column selection with ALT +mouse. CMD+SHIFT+L - Breaks a multi-line selection into multiple selections, one per line. config/sublime-text-3 (or %APPDATASublime Text 3 on Windows, or ~/Library/Application Support/Sublime Text 3 on Mac). Configuring Sublime. Try: "edit -> sort lines" then "edit -> permute lines -> unique". Unfold Marker Regions (⌘K ⌘9 (Windows, Linux Ctrl+K Ctrl+9)) unfolds all marker regions. Features: Select next occurrence of current selection. However, here are some useful key combos for selecting words in Sublime Text 2: Ctrl?G - selects all occurrences of the current word (AltF3 on Windows/Linux). In the top field, enter your search string. Hit Alt+F3 to multi-select all occurences. Above answers are the correct ways, but if you want to get rid of the rows with even a single string then do, Find -> Replace -> put ^. Repeat to select more lines. There are instances where searches and/or replacements can be performed within a specific area within Sublime. By placing the cursor on a word and hitting ⌘ + D, we select the word. Then I use %s/ (CTRL-ra)/(CTRL-rb)/gc where (CTRL-ra) puts register a into the search part of the replace. A cursor will appear after each match, allowing you to. Sublime Text provides many. Ctrl; L; Select word - Repeat selects other occurrences. Finally, using the Find command, you can find all occurrences of a word, which means you can’t have one cursor. In TextMate, I can: Select Find String. To jump between occurrences, do one of the following: Press Shift+F3 (jump to previous selection) or F3 (jump to next selection). Coderwall Ruby Python JavaScript Front-End Tools iOS. select column for multiple editing. Importantly, Sublime Text is smart enough to only highlight the exact matches, not all occurrences of that string. Follow. Execute editor. ESC - Goes from using multiple cursors back to one cursor. Let’s see how we can work with them! Multiple Selection. Now after findind we see the cursor is located after the END word. It is used by default with Ctrl + Shift + L. Created December 06, 2022 09:32. Type (for Windows) or (for mac) in the Find textbox at the bottom of the Editor window. While building this extension I found that VS Code is missing feature parity with Sublime Text. Changelog. How do I make sublime text faster? Below you can find some of the best ways to quickly select text. In Sublime Text 2 or Atom you usually search for a word. This is extremely useful when making changes to code or editing text documents. ccc on one of the lines and then press Alt+F3 to select all other matching occurrences of that selected text. In Sublime Text, that will show an outline around every search result—click Find all to select each of those results if you'd like to copy them first. ; Use the Cmd + F2 keyboard shortcut on macOS. Hit the replace all button this will delete all the rows with even a single string in it. rb” and the three other onces would get replaced. The main problem for me is the following: Ctrl+D in Sublime recognizes all subsequent occurrences of a text block/piece of text that is currently selected, e. This may not be as nice as what you were hoping but if you put. Cmd-E. Try the Settings -> Preferences -> Highlighting and uncheck the "Match whole word only" under Smart Highlighting. You can use Ctrl + Shift + F7 for this in PhpStorm. If you want to replace a specific string with another string or transformation of that string, you could use the "replace" function in postgresql. All completely independently of current search query. Place your cursor somewhere in or next to the word you wish to select. Example: job. Select to mark ^K ^ Set mark ^K^J. First, select multiple lines (by dragging mouse, shift +arrow, etc. action. Click the icons and select the desired options: To open the Rename dialog, click More options or press Shift F6 again. Cmd ⌘ + D (Mac) Ctrl ⌃ + D (Windows and Linux) Put your cursor on a word, press the keyboard shortcode, and the word will instantly be selected. You could use Find & Replace, or you can follow these steps: Place your cursor somewhere in or next to the word you wish to select. To go from multiple selections to a single selection, pressType select all occurrences and select Select all Occurrences of Find Match. Press > (right arrow key) so that cursor is to the left of word like this "|something". For example 'c' may occur in many words, not being variables. To replace text in Sublime Text, first select the text you want to replace. Cmd+D (or on other platforms, Ctrl+D) is the way to do this, so you’re on the right track. Enter the replacement text in the “Replace:” field. selectHighlights. Move line Down. If you want to select a specific area in Sublime Text, you can use one of two methods: The first method is to click and drag your mouse over the area you want to select. And I tried the same F3 trick in Sublime, it didn't work. Ctrl + Shift + Enter. * [a-zA-Z]+. Ctrl + L to to select all lines which contain your keyword. On a Mac you can can select the text that you are after then press: cmd + ctrl + G. All global configuration for Sublime (including installed packages) is stored in ~/. Technical Support. package control install SelectUntil. In the input field, type "NeoVintageous" and select it from the list of available packages. Through trial and error, here's what I found so far: Opt+Up/Down: Move line up/down. Bookmarks ⌥F2. Move the line or selection down. 1. Second and probably more important (as you may have already guessed from the title), is that IntelliJ IDEA 13. Unfortunately, though, it does not reproduce fully the behavior of Ctrl+D (or command+D) in Sublime, that is important for the workflow of many. Having selected an area, it would be great to be able to select all instances of a word - only within that selection - when doing cmd + left click on it. And then Alt + Shift + Mouse Click on the carets you don't need. Using the Invert Selection feature, you don't need to remove any text and then put it back. Ctrl; M; Select all contents of the current parentheses. K,?D - skips the current instance and goes on to select the next one (CtrlK,CtrlD); U - "soft undo", moves back to the previous selection (CtrlU)When you double click any word, Sublime Text 3 marks all occurrences of the same word in current document. If I follow the steps above but substitute “Ctrl-H” for Step 5, the currently-selected-text (the replacement string. The interface is intuitive, with clear fields labeled 'Find What' and 'Replace With'. set shortcuts you want as like sublime. In sublime text, selecting some text and then pressing Ctrl+d will add next instance of the same text to the selection if possible. Alt + F3. Sublime select a word shorcut with all signs. Aims to replicate the multi-editing features of Sublime Text/Visual Studio Code for faster coding. Now you can edit multiple lines, move cursors etc. 9. Press Alt-F3 (Windows or Linux) or Command+Ctrl+G (Mac OS X) to highlight every instance of the word in the document. Anyone familiar with Sublime Text's multiple cursor feature will recognize the pattern of doing the following: press a hotkey multiple times to select multiple instances of the word under the cursor and automatically create a new cursor for each of those instances; then edit each instance simultaneously, e. With Multiple Selections you can. How to select all occurrences of a word? ST3: In the Find dialog, enter a word, check "whole words", press "Find All". I'd like to add a functionality, where pressing Alt+Left Arrow moves cursor to previous selected. The dialog also opens when you click in the Show Usages popup which lists all the occurrences of the symbol at caret. ctrl+super + up/down arrows - move line or selection up or down. Sublime Text is a powerful text editor that allows for quick and easy selection of all occurrences of a word or phrase. The same feature can be used to reformat several lines of code at the same time. If this comes true, icons will be used to mark all occurrences of selected words on the gutter bar. Return to single selection. To find and replace text in a directory: 1. Xcode (the Objective-C IDE) has a great feature where you can simultaneously edit all occurrences of a string at once within a given scope. Jobs. ). 1. Using Quick Find All (Alt+F3) is a shortcut for using Quick Add Next (Ctrl+D) enough times to select all of the instances; the thing that’s making the key sequence @FichteFoll posted above work is that it’s wrapping all of the selections in the quote character first, then removing the extra characters second so that the selections don’t. This feature allows users to search for all occurrences of a certain word or phrase within a document. When it comes to Macs, the letter G is pronounced *. Then hit the Ctrl + D or ⌘ + D to select occurrence of the selected word one by one. Select Word (Repeat select other Occurences. In sublime column mode, you can select multiple columns of text at once, making it easy to edit and format your document. I need to select line 2 and 3. Then, open the Find panel by pressing CTRL+F (Windows/Linux) or CMD+F (macOS). In order to ONLY rename the occurrences that are variables one can use the anaconda add-on: Right-mouse-click the variable. vn. Ctrl+Shift+Space — Smart code completion (by expected type removes unrelated suggestions) Alt+Insert — Generate Code. CudaText: Use command "Selection / Add next occurrence of selected word". or on MAC: CMD + SHIFT + L (as per comments) Alternatively you can select lines and go to SELECTION MENU >> SPLIT INTO LINES. 1. Sublime Text is not a strange name for those who have been coding programs for some time. Enter the text you want to find in the “Find:” field. quit and restart sublime. Ctrl + Space — Code completion. Select all occurrences. You should first point the cursor to the variable and then hit Alt+F3. Ctrl ⌘ G - selects all occurrences of the current word ( Alt F3 on Windows/Linux) ⌘ D - selects the next. In Sublime Text, you can edit all occurrences of a word by highlighting the words with alt+F3 , and then typing whatever you want to change the word to. The feature is find and select all occurrences. Click "Find All". Otherwise, select the desired range with the mouse or with keyboard shortcuts. Written by Willem. To select text inside quotes, you can install expand-selection-to-quotes package and use: Ctrl + '. Sublime Text 3 select all instances of word CMD+Click - Inserts a new cursor at each click location. First, select multiple lines (by dragging mouse, shift +arrow, etc. Hi, in Notepad++ there is this function if you double-click a word, all. Spell Check. To change all instances of a word in Sublime Text, press CTRL+F to open the Find menu, then type in the word you want to replace. Note that on some systems you also have to use Shift with the shortcuts mentioned. Better yet, if you know you want to select all instances within the current file, you can highlight your interested text and press ctrl+cmd+g. This behavior is hard-coded into Sublime, so while it can be turned on and off, it can't be modified or told to recognize other. questionmark October 14, 2019, 9:44am #3. The following steps are for vanilla ST without any plugin installed. action. All occurrences of that word or phrase will be highlighted in the editor. always immediately jumps to the first reference it thinks is correct whether or not there are multiple occurrences. I can not find a way to select all instances of a word type, similarly how different words are colored according to the format rules from the file type you have. Sublime Text Find All Occurrences. Sublime Text is a powerful text editor that provides numerous features for finding and replacing text. This article will highlight tips, shortcuts, and tricks of getting the most from Sublime Text 3. MAC. Description. However, here are some useful key combos for selecting words in Sublime Text 2: Ctrl⌘G - selects all occurrences of the current word (AltF3 on Windows/Linux) ⌘D - selects the next instance of the current word (CtrlD) ⌘K,⌘D - skips the current instance and goes on to select the next one (CtrlK,CtrlD) To add all occurrences of the current word to the selection, use Find All: Windows/Linux: Alt + F3 Mac: ⌃ + ⌘ + G Single Selection To go from multiple selections to a single selection, press Esc. Sublime Text 2 has the same multiple selection functionality as Sublime Text 1, providing a simple way to make many edits. – This is very easy in Sublime, select the extension .