Sublime-text-vintage-commands

提供:Dev Guides
移動先:案内検索

崇高なテキスト-ビンテージコマンド

ビンテージモードには、viエディターに似たさまざまなコマンドが含まれています。 これには、以下に示すコードに示すように、Sublime Textエディターの基本設定が含まれます-

{
   "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
   "font_size": 15,
   "ignored_packages":
   [

   ],
   "vintage_start_in_command_mode": true,
   "theme": "Soda Dark.sublime-theme"
}
Mode Description Key
Command Mode Waits for the user to enter a command Esc
Insert Mode Text can be inserted in different positions i/I/a/A
Visual Mode Select/highlight the text using the Movement Commands V
Visual Line Mode Select/highlight lines of text using the arrow keys Shift + V

ヴィンテージモード

Vintageousは、viエディターの記述分析に使用されるパッケージです。 下記のようにパッケージコントロールを使用してダウンロードできます-

パッケージコントロールを使用してダウンロードされたビンテージモード

ヴィンテージパッケージを正常にインストールすると、画面は次のスクリーンショットのようになります-

スクリーンショットがヴィンテージパッケージを正常にインストールしました