From a3e65d81b0b700e094933365e1748ba23d34f935 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 13 Feb 2015 23:07:33 +0300 Subject: [PATCH] simplify kbd shortcuts. --- docs/shortcuts.html | 139 +------------------------------------------- 1 file changed, 3 insertions(+), 136 deletions(-) diff --git a/docs/shortcuts.html b/docs/shortcuts.html index b586b7c..038d957 100644 --- a/docs/shortcuts.html +++ b/docs/shortcuts.html @@ -412,74 +412,6 @@

Code Editor Shortcuts

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Common
Go character left Left arrow
Go character right Right arrow
Go line up Up arrow
Go line down Down arrow
Go to end of line End
Go line start smart Home
Page up PageUp
Page down PageDown
Delete character after Delete
Delete character before Backspace
Default tab Tab
Indent less Shift + Tab
Smart new line and indent Enter
Dismiss multiple selections Esc
Go to matching bracket Ctrl + M
@@ -488,75 +420,10 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
Windows / Linux Mac
Select all Ctrl + A Cmd + A
Undo and reveal Ctrl + Z Cmd + Z
Redo and reveal Ctrl + Y Cmd + Y
Redo Ctrl + Shift + Z Cmd + Shift + Z
Go to start of document Ctrl + Home, Ctrl + Up arrow Cmd + Up arrow
Go to end of document Ctrl + End, Ctrl + Down arrow Cmd + Down arrow
Go group left Ctrl + Left arrow Opt + Left arrow
Go group right Ctrl + Right arrow Opt + Right arrow
Move camel left Alt + Left arrow Ctrl + Left arrow
Move camel right Alt + Right arrow Ctrl + Right arrow
Select camel left Shift + Alt + Left arrow Shift + Ctrl + Left arrow
Select camel right Shift + Alt + Right arrow Shift + Ctrl + Right arrow
Delete group before Ctrl + Backspace Opt + Backspace
Delete group after Ctrl + Delete Opt + Delete Go to matching bracket Ctrl + M
Jump to line number