Editor: Sublime
Last updated
Last updated
My preferences and used packages:
vim ex mode:
git gutter:
sidebarenhancement
The following looks good but not tested
then you can use like this: subl .
ALT+CMD+num
: open number of panes
CTRL+num
: switch to pane
CTRL+SHIT+num
: move tab to pane
Inside pane:
CMD+1/2/3
: go to tab, most avtive to tabs
SHIFT+CMD+[/]
: go to next tab
Use Origami: super+k
to start:
super+z
to zoom, shift+super+z
to reset
use arrow to switch to panes
press shift
to carry file.
press alt
to clone file.
CMD+D
select the whole word even you're in the middle
hit multiple times will add up selections (multiple edit)
CMD+G
: find next (cmd+D first), similar to it but it has visual
CTRL+CMD+G
: select all current highlight
CMD+SHIFT+L
: split lines in selection, then v to exit visual mode
SHIFT+CMD+SPACE
: select parent scope, can I do it in vintage without telling the parent?
symbol search in ST3
Old way in vim: line by line.
delete on 1st line then j0.
or q to record to 1 then 10@1
New way in vim/ST: multiple line editing:
select all lines
split lines selection: SHIFT+CMD+L
v to exit v mode then 0dw
Example:
Go to my repo and follow the instructions.
do this [setup](Open current folder in command line, do this