aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a454246e..1c1f2b26 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -14,22 +14,6 @@ endif
" Load plugins and indentation for file types
if has('autocmd')
filetype indent plugin on
-
- " Shortcuts to quickly switch to common file types; handy when using
- " editing abstractions like sudoedit(8)
- nnoremap _ap :setlocal filetype=apache<CR>
- nnoremap _bi :setlocal filetype=bindzone<CR>
- nnoremap _cs :setlocal filetype=css<CR>
- nnoremap _ht :setlocal filetype=html<CR>
- nnoremap _js :setlocal filetype=javascript<CR>
- nnoremap _md :setlocal filetype=markdown<CR>
- nnoremap _pl :setlocal filetype=perl<CR>
- nnoremap _ph :setlocal filetype=php<CR>
- nnoremap _py :setlocal filetype=python<CR>
- nnoremap _rb :setlocal filetype=ruby<CR>
- nnoremap _sh :setlocal filetype=sh<CR>
- nnoremap _vi :setlocal filetype=vim<CR>
- nnoremap _xm :setlocal filetype=xml<CR>
endif
" Use backup features if on a UNIX-like system and not using sudo(8)