diff options
| author | June McEnroe <june@causal.agency> | 2013-11-10 20:48:13 -0500 | 
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2013-11-10 20:48:13 -0500 | 
| commit | 92963a72bedb791ab1e925bb856b0708a074d34c (patch) | |
| tree | d3f4e5b4b1418af846dd4b280be38ed66301f5da | |
| parent | Reorganize vimrc (again) (diff) | |
| download | src-92963a72bedb791ab1e925bb856b0708a074d34c.tar.gz src-92963a72bedb791ab1e925bb856b0708a074d34c.zip  | |
Remove unused Q vim binding
Diffstat (limited to '')
| -rw-r--r-- | .vimrc | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc index e053dd25..b740eb3a 100644 --- a/.vimrc +++ b/.vimrc @@ -130,8 +130,6 @@ nmap Y y$ " Insert hard tab imap <S-tab> <C-v><tab> -nmap Q gq - " Toggle relative/absolute numbers function! NumberToggle() if(&relativenumber == 1)  |