aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-01 12:20:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-01 12:20:03 +1200
commit6944162a4f39daec2a76418f910e5ae0d0200a76 (patch)
tree72e57b6afd44dce42d5578f9aac506adc801f39e /vim
parentDon't make tmux conf as default target (diff)
downloaddotfiles-6944162a4f39daec2a76418f910e5ae0d0200a76.tar.gz
dotfiles-6944162a4f39daec2a76418f910e5ae0d0200a76.zip
Remove ancient IRC quote
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc13
1 files changed, 0 insertions, 13 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 2a29fc85..15365dde 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -364,19 +364,6 @@ set ttimeoutlen=50
" Tolerate typos like :Wq, :Q, or :Qa and do what I mean, including any
" arguments or modifiers; I fat-finger these commands a lot because I type
" them so rapidly, and they don't correspond to any other commands I use
-"
-" <accolade> [12:04:16] tyrmored: man i type :W a hundred times a day
-" <- what does that do?
-" <romainl> nothing
-" <tyrmored> accolade: it's me typing :w wrong; i have commands defined in my
-" .vimrc to translate it
-" <accolade> k :)
-" <tyrmored> (i am not advising you do this)
-" <accolade> I will still hold you responsible if I do!
-" <tyrmored> dammit
-" <tyrmored> this always happens
-" <romainl> tyrmored, you are a public person, you have responsibilities
-"
if has('user_commands')
command! -bang -complete=file -nargs=? E e<bang> <args>
command! -bang -complete=file -nargs=? W w<bang> <args>