mgdrum's recent timeline updates
mgdrum

mgdrum

V2EX member #304875, joined on 2018-03-30 23:27:54 +08:00
mgdrum's recent replies
看错了,我以为是 vscode-neovim
我也遇到了,后来是通过调用 vscode 命令解决的

-- 在当前行之后插入新行并调用 VSCode 的缩进命令
-- 在当前行之后插入新行并进入插入模式,因为 neovim 的 o 命令会扰乱缩进
vim.api.nvim_set_keymap('n', 'o', ':call VSCodeNotify("editor.action.insertLineAfter")<CR>i', {
noremap = true,
silent = true
})
-- 在当前行之前插入新行并进入插入模式
vim.api.nvim_set_keymap('n', 'O', ':call VSCodeNotify("editor.action.insertLineBefore")<CR>i', {
noremap = true,
silent = true
})
Aug 3, 2023
Replied to a topic by undertow 生活 求美剧推荐
怪奇物语
[Imgur]( )
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2503 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 06:55 · PVG 14:55 · LAX 23:55 · JFK 02:55
♥ Do have faith in what you're doing.