nvim、warp、laygit

· Technology

更多配置

Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.

Nvim

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz
export PATH="$PATH:/opt/nvim-linux64/bin"

NvChad

install

添加映射

M.xmchxup = {
  n = {
     ["<C-n>"] = {"<cmd> Telescope <CR>", "Telescope"},
  },
  i = {
     ["kj"] = { "<ESC>", "escape insert mode" , opts = { nowait = true }},
  }
}

帮助命令 NvCheatsheet

Lazygit

simple terminal UI for git commands

Vim

vscode 中有个 learn vim 插件可以学习下

Chrome

Vimium C 插件

Comments (0)

    Send comment

    Markdown supported. Please keep comments clean.