aboutsummaryrefslogtreecommitdiff
path: root/vim/config/command.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:09:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:09:46 +1300
commitc68874ee98b80f17bf79ce6875f4dcd7932dc662 (patch)
treed060fd5fd22e6256476e6ab4dcd7e1ece34351b6 /vim/config/command.vim
parentMove file .vimrc config into subfile (diff)
downloaddotfiles-c68874ee98b80f17bf79ce6875f4dcd7932dc662.tar.gz
dotfiles-c68874ee98b80f17bf79ce6875f4dcd7932dc662.zip
Move 'shellslash' .vimrc conf into cmds subfile
Diffstat (limited to 'vim/config/command.vim')
-rw-r--r--vim/config/command.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/config/command.vim b/vim/config/command.vim
index 1ffe9058..a7389cfb 100644
--- a/vim/config/command.vim
+++ b/vim/config/command.vim
@@ -17,6 +17,10 @@ if has('cmdline_info')
set showmode
endif
+" Always use forward slashes, I very seldom need to use Vim on Windows for
+" more than scratch space anyway
+set shellslash
+
" 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