• 欢迎访问少将全栈,学会感恩,乐于付出,珍惜缘份,成就彼此、推荐使用最新版火狐浏览器和Chrome浏览器访问本网站。
  • 吐槽,投稿,删稿,交个朋友,商务沟通v:ai_draw
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏少将全栈吧

Gif多图:我常用的 16 个 Sublime Text 快捷键

Web前端 admin 9年前 (2015-09-03) 2643次浏览 已收录 0个评论 扫描二维码

After giving a presentation that included some live coding, a few
audience members asked how I was doing stuff so quickly. Of course
there’s no one answer; it’s a combination of a bunch of simple shortcuts
and a lot of practice. In response to that inquiry I thought it made
sense to see what shortcuts I am using on a daily basis without thinking
of it.

Here’s a curated list of 15 16 shortcuts (and 1 custom shortcut), accompanied by gifs, that I use on a daily basis. Enjoy!


Select Next Match of a Selection: ? + D        (ctrl+d)
By placing the cursor on a word and hitting ? + D, we select the word. Hitting D a few more time while still holding ? selects the next instance of the selection found. By hitting ?, then D three times, I have selected three iterations of the text.

Select All Matches of a Selection: CTRL + ? + G   (alt+f3)
Same thing as above, except grabs all matches within the file. Careful
using this one since it will grab all matches within a file..

Select Opening and Closing Tag Relative to Cursor: ? + ? + K     (ctrl+shift+’)
This is a gem. Maybe you want all attributes to stay the same, but just
want to select the tag. This shortcut will do that for you — and notice
you can do it with multiple tags at a time. *Emmet package required

Select Between Container: CTRL + D     (ctrl+shift+a)
If you place the cursor between the text and hit the above command it will select the text, much like ? + D. But hit it again and you get the parent container, and again to get that parents’ container. *Emmet package required

Select Between Brackets: ? + ? + Space    (ctrl+shift+m)
This is helpful for selecting everything between brackets. Works with CSS too.

Move Line Up or Down: CTRL + ? + or ↓     (ctrl+shift+ 或 )

Duplicate Line or Selection: ? + ? + D    (ctrl+shift+d)
If you have text selected, it will duplicate your selection. Otherwise,
place your cursor on the line and duplicate the whole line.

Indenting and Unindent: ? + [ or ]     (ctrl+[ 或 ])

Cut Line or Selection: ? + X           (ctrl+x)
Cuts a line to your clipboard, so you can paste it somewhere else.

Paste While Respecting Indents: ? + ? + V      (ctrl+shift+v)
Another one I use all the time. In the gif I show both, pasting normally (? + V) versus the paste that accounts for indentation. Notice how the indents line up.

Wrap Line or Selection with Tag: CTRL + ? + W      (alt+shift+w)
Wraps a line with a tag; start typing whatever tag you want, and you’re done.

Remove Enclosed Container Element: ? + ’     (ctrl+shift+;)
This removes the parent tags relative to your cursor. Helpful for cleaning up markup. *Emmet package required

Evaluate Math Expression: ? + ? + Y     (ctrl+shift+y)
I never thought I would use this as much as I do… but it’s really helpful. *Emmet package required

Increment and Decrement: ? + OPTION + or , OPTION + or ↓      (alt+shift+ 或 ↓,ctrl+  或 )
Holding ? will change the number by 10, and by 1 when
not being held. And notice you don’t have to select the number, Sublime
Text is smart enough to update the closest number in the line. *Emmet or Hayaku package required

Upper and Lowercase: ? + K then U, ? + K then L     (ctrl+k+u,ctrl+k+l)

Comment Selection/Line: ? + /    (ctrl+/)
This works across all languages, and works with lines or whole selections.

Bonus! Use AlignTab with a Custom Keyboard Shortcut

The above shortcuts come with Sublime Text by default, but you can add your own custom shortcuts. The below example applies the AlignTab package using three custom key bindings to vertically align values based on =>, =, and :’s. Since I mainly
work in JavaScript and PHP, these bindings account for almost every
scenario I need, but you can vertically align with whatever character
you want.

To duplicate gif below in your own editor, just install AlignTab, add the custom bindings to your custom key bindings file, select some code, and hit CTRL + ? + . or ; or =.

Conclusion

Once you see a change that has to happen on multiple lines, there’s
usually a way to accomplish the changes in fewer keystrokes than editing
them one by one. By using a combination of the above shortcuts in
succession to perform a repetitive or predictable change, you can
greatly increase how fast you code.

Here’s a short Gif that combines selecting all matching occurrences,
copying the links’ text, utilizing multiple curses to paste that text,
and transforming that text to to lowercase.

If you have any shortcuts you’d like to share, check out this post on how to make learning videos and share it with us!

转自:https://viget.com/extend/my-overused-sublime-text-keyboard-shortcuts

CN版本:http://blog.jobbole.com/82527/

喜欢 (1)
[🍬谢谢你请我吃糖果🍬🍬~]
分享 (0)
关于作者:
少将,关注Web全栈开发、项目管理,持续不断的学习、努力成为一个更棒的开发,做最好的自己,让世界因你不同。
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址