summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-11-10 20:48:13 -0500
committerJune McEnroe <programble@gmail.com>2013-11-10 20:48:13 -0500
commit9756399588ed168531079227439a654abbfa8406 (patch)
tree1078059a4ed6daedf9d7b31e6b0a678bdbe994f7
parentReorganize vimrc (again) (diff)
downloadsrc-9756399588ed168531079227439a654abbfa8406.tar.gz
src-9756399588ed168531079227439a654abbfa8406.zip
Remove unused Q vim binding
-rw-r--r--.vimrc2
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)
-18 21:07:46 -0500'>2019-02-18Don't match nested parentheses in Tag for CJune McEnroe 2019-02-18Match whitespace between * [] {}June McEnroe 2019-02-18Fix function-like #define regexJune McEnroe 2019-02-18Match Tag in RustJune McEnroe 2019-02-18Match sh functions as TagJune McEnroe 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe