2016年の記事一覧

FileZillaのショートカットキー(macOS編)

Mac

※Windowsユーザーの方はFileZillaのショートカットキー(Windows編)をご覧ください。

よく使うショートカットキー一覧

接続

  • サイトマネージャを開く
    • cmd + S
  • 接続しているサーバを切断
    • cmd + D
  • サーバ再接続
    • cmd + R

ブラウジング

  • ファイル一覧の内容を更新
    • F5
  • 同期ブラウジング機能のオン・オフ切り替え
    • cmd + Y
  • 1つ上のディレクトリに移動
    • cmd + ↑

ファイル操作

  • 選択中のファイルをもう一方のパネルの同名ファイルへ転送
    • cmd + ↓
  • ディレクトリを作成
    • cmd + shift + N
  • 選択中のファイルをリネーム
    • F2

リファレンス原文

Keyboard shortcuts – FileZilla Wiki

Keyboard Shortcut Description
F2 Rename selected file
F3 Search remote files
F5 Refreshes local and remote file and folder views
Tab Switches to the next view
Alt+Down Transfers the currently selected item to an item of the same name in the other pane
Alt+Up Navigates up one line in a tree view (same as Up Arrow), navigates to parent folder in file view
Ctrl+B Add bookmark
Ctrl+Shift+B Manage bookmarks
Ctrl+C Stops the current operation
Ctrl+D Disconnects from server
Ctrl+E Show files currently being edited
Ctrl+F Enables Quick Search on either remote or local site
Ctrl+I Directory listing filters …
Ctrl+M Manual transfer
Ctrl+Shift+N create a new directory
Ctrl+O Enable directory comparison
Ctrl+P Process queue
Ctrl+Q Exit
Ctrl+R Reconnects to server
Ctrl+S Opens the Site Manager
Ctrl+T Opens a new tab
Ctrl+U Preserve timestamps of transferred files
Ctrl+Y Toggle synchronized browsing
Ctrl+W Close tab
Enter Transfers the currently selected item if it is a file or expands it if it is a directory
Ctrl+PgUp/PgDn switches to next/previous tab
Up Arrow Moves up one item in the current view
Down Arrow Moves down one item in the current view
Left Arrow Nothing in a files view, Up one level in a tree view
Right Arrow Down one level in a tree view, if there are subfolders, nothing if there are none. Pressing once expands a collapsed node. Pressing again steps down into it.

Sublime Text 4 の設定(3/3) – Settings

Sublime Text 3 の設定エントリー一覧

  1. Package Control
  2. Key Bindings
  3. Settings(現在のエントリー)

Settings とは

Settings
https://www.sublimetext.com/docs/settings.html

  • フォントサイズ、折返し、文字コードなど画面上の表示や挙動の設定
  • Key Bindings 同様、JSON形式のファイルで管理されており、自分の好きなように設定を上書きすることができる

設定画面の開き方

以下いずれかの操作で開ける。

  • ツールバー>Sublime Text>Preferences>Settings
  • Package Control>「Prefereces: Setting」を検索
  • ショートカットキー:cmd + , ※Macのみ

Read More

Sublime Text 3 の設定(2/3) – Key Bindings [for Mac]

Sublime Text 3 の設定エントリー一覧

  1. Package Control
  2. Key Bindings
  3. Settings

Key Bindings とは

Key Bindings – Sublime Text 3 Documentation
https://www.sublimetext.com/docs/3/key_bindings.html

  • ショートカットキーの割当設定
  • JSON形式のファイルで管理されており、自分の好きなように設定を上書きすることができる
  • 初期状態ではデフォルトのファイルは編集できないが、後述の事前準備手順を行うことで編集可能になる
    • コメントアウトして設定自体を無効化したいときに利用する
  • 設定ファイル上の「super」は「cmd」に該当

設定画面の開き方

  • ツールバー>Sublime Text>Preferences>Key Bindings
  • Package Control>「Prefereces: Key Bindings」を検索

Read More

Sublime Text 3 のショートカットキー

編集

選択

  • 行選択
    • cmd+L
      • 続けて L 入力→次の行を連続選択
  • 矩形選択
    • cotrol+shift+↑↓
  • タグの中身を選択(tag-contents)
    • cmd+shift+A

移動・複製・削除

  • 行の入れ替え
    • cmd+control+↑↓
  • 行の複製
    • cmd+shift+D
  • 行の削除
    • control+shift+K
  • カーソル位置~行頭まで一括削除
    • cmd+delete
  • カーソル位置~行末まで一括削除
    • cmd+fn+delete
      • macOS のショートカットキー ctrl+K と同じ挙動

インデント

  • インデントを反映して貼付
    • cmd+shift+V
  • インデントを自動整形(Reindent)
    • cmd+shift+R ※任意で設定

カーソル操作

  • 最上部/最下部へ移動
    • cmd+↑↓
  • 単語ごとに移動
    • option+←→
  • 選択範囲の末尾にカーソルをフォーカス
    • cmd+shift+L

検索

  • 現在の選択範囲に一致するものを検索→選択
    • cmd+D
      • 続けて D 入力→連続選択
      • 続けて K 入力→選択せず次に進む

文字操作

  • 選択した文字列を p タグで囲む
    • control+shift+W
  • 数値を1単位で上下する
    • ctrl+↑↓
  • 数値を0.1単位で上下する
    • option+↑↓
  • 数値を10単位で上下する
    • cmd+option+↑↓
  • アルファベットの大文字/小文字を切り替える
    • a → A (Uppercase)
      • cmd+K → U (Kのあとに連続して U を入力)
    • A → a (Lowercase)
      • cmd+K → L (Kのあとに連続して L を入力)

画面操作

  • Package Control
    • cmd+shift+P
  • Settings
    • cmd+,

導入済みパッケージ操作

  • CSScombを実行する
    • ctrl+shift+C
  • Emmetで展開する
    • ctrl+E

Sublime Text 3 の設定(1/3) – Package Control

Sublime Text 3 の設定エントリー一覧

  1. Package Control(現在のエントリー)
  2. Key Bindings
  3. Settings

Package Control とは

Package Control – the Sublime Text package manager
https://packagecontrol.io/

Sublime Text で利用できる拡張機能(パッケージ)を管理するツール

インストール方法

  1. Command Paletteを開く
    • ツールバー>Tools>Command Palette
    • またはショートカットキー
      • Mac:Cmd + Shift + P
      • Windows:Ctrl + Shift + P
  2. Install Package Contolを入力して実行

Read More