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
set
let
COMMANDS MODES ~ :map :noremap :unmap Normal, Visual, Select, Operator-pending :nmap :nnoremap :nunmap Normal :vmap :vnoremap :vunmap Visual and Select :smap :snoremap :sunmap Select :xmap :xnoremap :xunmap Visual :omap :onoremap :ounmap Operator-pending :map! :noremap! :unmap! Insert and Command-line :imap :inoremap :iunmap Insert :lmap :lnoremap :lunmap Insert, Command-line, Lang-Arg :cmap :cnoremap :cunmap Command-line
Dùng để thiết lập một command, ví dụ command! Q q thì có thể thoát vim bằng lệnh :Q thay vì :q
command! Q q
:Q
:q
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sự khác nhau giữa
set
vàlet
set
dùng để định nghĩa trực tiếp một cấu hình cho vimlet
dùng để gán một giá trị cho biếnSự khác nhau giữa các cấu hình map key trong vim
Command
Dùng để thiết lập một command, ví dụ
command! Q q
thì có thể thoát vim bằng lệnh:Q
thay vì:q
The text was updated successfully, but these errors were encountered: