Gvim Commands Set Below is the list of most frequently used Gvim/Vim commands,also below table describes the basic Gvim/Vim commands, Commands to replace string’s and shortcuts to use Gvim/Vim. You can Practice
local status, nvim_tree = pcall(require, "nvim-tree") if not status then vim.notify("没有找到 nvim-tree") return end -- 列表操作快捷键 local list_keys = require('keybindings').nvimTreeList nvim_tree.setup({ -- 不显示 git 状态图标 git = { enable = false, }, -- project plug...