Quick question for those, who are well acquainted with Overleaf:
is there a keybinding that enables multiple selection? For example, when I work in the tabular environment, I select one \cellcolor
command and see that all other instances of \cellcolor
across the table are being put into frame. I would like to know if it possible to have multiple selections, so I can simultaneously edit all of them? I believe there should be some simple trick but I cannot find out.
Your advice is appreciated!
Overleaf – Keybinding for Multiple Selection in ShareLaTeX
overleaf
Best Answer
TL;DR the Ctrl+D as in Sublime Text or VS Code is Ctrl+Alt+Right in Overleaf.
The full list of keyboard shortcuts that work for me in Overleaf to create multiple cursors / selections:
For these above, hold also
Shift
to skip items / lines.None
: select all occurences of text under cursorFurthermore, if using multiple selections with Vim mode, it's good to know that you need to press Shift+A or Shift+I to enter insert mode.