Skip to content

Instantly share code, notes, and snippets.

@ohsawa0515
Last active August 29, 2015 14:03
Show Gist options
  • Save ohsawa0515/5cc010ea4ac5446d47cd to your computer and use it in GitHub Desktop.
Save ohsawa0515/5cc010ea4ac5446d47cd to your computer and use it in GitHub Desktop.
Dash cheatsheet of Dash shortcut
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