- {{ _('Find') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+F)') }} {% else %} {{ _(' (Ctrl+F)') }}{%- endif %}
- {{ _('Find next') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+G)') }} {% else %} {{ _(' (Ctrl+G)') }}{%- endif %}
- {{ _('Find previous') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+Shift+G)') }} {% else %} {{ _(' (Ctrl+Shift+G)') }}{%- endif %}
- {{ _('Persistent find') }}
- {{ _('Replace') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+Shift+F)') }} {% else %} {{ _(' (Ctrl+Shift+F)') }}{%- endif %}
- {{ _('Replace all') }}
- {{ _('Jump (Alt+G)') }}
- {{ _('Indent Selection (Tab)') }} {{ _('Unindent Selection (Shift+Tab)') }} {{ _('Inline Comment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+/)') }} {% else %} {{ _(' (Ctrl+/)') }}{%- endif %} {{ _('Inline Uncomment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+.)') }} {% else %} {{ _(' (Ctrl+.)') }}{%- endif %} {{ _('Block Comment/Uncomment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Shift+Cmd+/)') }} {% else %} {{ _(' (Shift+Ctrl+/)') }}{%- endif %}
Filter