feat(emacs-evil): Make emacs look like a Vim

This commit is contained in:
js0ny 2025-01-29 01:23:33 +00:00
parent 5dc5ba0c5f
commit ffcc8fb768
8 changed files with 114 additions and 8 deletions

View file

@ -37,6 +37,7 @@ return {
dashboard.button("p", "󰈞 查找项目", ":Telescope projects<CR>"),
dashboard.button("h", " 历史文件", ":Telescope oldfiles<CR>"),
dashboard.button("l", " 加载会话", ":SessionSearch<CR>"),
-- FIXME: This does not work on Windows - Make it more portable
dashboard.button("c", " 转到设置", ":Telescope find_files cwd=~/.config/nvim<CR>"),
dashboard.button("SPC q", "󱊷 退出", ":qa<CR>"),
}