Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

takac/vim-commandcaps

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

vim-commandcaps

Plugin to make those annoying mistyped capitalised commands go away!

Now you don't have to worry if you accidentally hit :Wq - it will act just like :wq No messing with remappings or abbrevations either!

Commands fixed

:W
:Q
:Wq
:WQ
:WQA
:WQa
:Wqa
:Qa
:QA
:Wa
:WA
:Xa
:XA

Options

If a command for the abbrevations listed above already exist they will not be overwritten unless you add the following your .vimrc.

let g:commandcaps_override = 1

This will make commandcaps override any commands that have been mapped before this script gets run. This issue may occur when used in conjunction with vim-eunuch which also has a command on :W.

Installation

I recommend installing using Vundle:

Add Bundle 'takac/vim-commandcaps' to your ~/.vimrc and then:

  • either within Vim: :BundleInstall
  • or in your shell: vim +BundleInstall +qall

Other Installation Methods

  • Pathogen
  • git clone https://github.com/takac/vim-commandcaps ~/.vim/bundle/vim-commandcaps
  • Neobundle
  • NeoBundle 'takac/vim-commandcaps'
  • Manual
  • Copy the files into your ~/.vim directory

About

vim-commandcaps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.