We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
" w!! to sudo & write a file cmap w!! w !sudo tee >/dev/null %
下面这个比较好用, 建议替换
" :W to sudo & write a file command W :execute ':silent w !sudo tee % > /dev/null' | :edit!
The text was updated successfully, but these errors were encountered:
我下个版本发布前看下, 感谢:)
Sorry, something went wrong.
Update vimrc
aeef268
修改了 issue wklken#138 中提到的地方,优化了强制写入的命令
优化了强制写入的命令
61c6f7d
参照 [#138](wklken/k-vim#138) 的建议,将 w!! 从 keymap 改成了 command,现在输入W或Wq即可强制保存(退出)
No branches or pull requests
下面这个比较好用, 建议替换
The text was updated successfully, but these errors were encountered: