vscode: vim plugin vim-airline

演示

Normal Mode

image

Insert Mode

image

Visual Mode

image

Command Mode

image

Glance

image

Config

  1. Call command pannel by
Ctrl+Shift+P

or

Command+Shift+P
  1. Type settings.json, click Open Users JSON

  2. Paste the following codes

    "vim.statusBarColorControl": true,
    "vim.statusBarColors.normal": ["#202020", "#ededed"],
    "vim.statusBarColors.insert": "#000080",
    "vim.statusBarColors.visual": "#5f0000",
    "vim.statusBarColors.visualline": "#5f0000",
    "vim.statusBarColors.visualblock": "#5f0000",
    "vim.statusBarColors.replace": "#af0000",
    "vim.statusBarColors.commandlineinprogress": "#006100",
    "vim.statusBarColors.searchinprogressmode": "#006100",
    "vim.statusBarColors.easymotionmode": "#006100",
    "vim.statusBarColors.easymotioninputmode": "#006100",
    "vim.statusBarColors.surroundinputmode": "#006100",
posted @ 2023-04-28 15:41  devindd  阅读(74)  评论(0编辑  收藏  举报