分屏
上下分屏:
s + v左右分屏:
s + h关闭当前:
s + c关闭其他:
s + o切换窗口:
alt/option + h/j/k/l调整窗口左右:
s + ,/.调整窗口上下:
s + j/k{ key = {"<CR>", "o", "<2-LeftMouse>"}, action = "edit" }, -- 分屏打开文件 { key = "v", action = "vsplit" }, { key = "h", action = "split" }, -- 显示隐藏文件 { key = "i", action = "toggle_custom" }, -- 对应 filters 中的 custom (node_modules) { key = ".", action = "toggle_dotfiles" }, -- Hide (dotfiles) -- 文件操作 { key = "<F5>", action = "refresh" }, { key = "a", action = "create" }, { key = "d", action = "remove" }, { key = "r", action = "rename" }, { key = "x", action = "cut" }, { key = "c", action = "copy" }, { key = "p", action = "paste" }, { key = "s", action = "system_open" }