Last active
August 29, 2015 14:03
-
-
Save ohsawa0515/5cc010ea4ac5446d47cd to your computer and use it in GitHub Desktop.
Dash cheatsheet of Dash shortcut
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cheatsheet do | |
title 'Dash Shortcut' | |
docset_file_name 'dash_shortcut' | |
keyword 'dash' | |
category do | |
id 'ショートカット' | |
entry do | |
name '検索候補の選択' | |
command '↓ or ↑' | |
end | |
entry do | |
name 'ページスクロール' | |
command 'Control+↓ or Control+↑' | |
end | |
entry do | |
name '入力キーワードのクリア' | |
command 'ESC' | |
end | |
entry do | |
name '次の検索結果にジャンプ' | |
command '(2 語目を入れた状態で) Enter' | |
end | |
entry do | |
name '前の検索結果にジャンプ' | |
command '(2 語目を入れた状態で) Shift+Enter' | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment