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
gcwiw
gcuwiw
the commented word under the cursor is uncommented
the first commented word is uncommented.
runtime macro/matchit.vim if empty(glob('$HOME/.vim/autoload/plug.vim')) if has('win32') silent execute '!powershell "iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |` ni $HOME/.vim/autoload/plug.vim -Force"' else silent execute "!curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" endif autocmd VimEnter * PlugInstall | source $MYVIMRC endif call plug#begin('~/.vim/plugged') Plug 'kana/vim-operator-user' Plug 'tyru/caw.vim' call plug#end() let g:caw_operator_keymappings=1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
env
reproduce
gcwiw
to comment multi word in single line;gcuwiw
to uncomment any word.expect
the commented word under the cursor is uncommented
got
the first commented word is uncommented.
mininal vimrc
The text was updated successfully, but these errors were encountered: