summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-26 19:33:02 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:58 -0400
commit167926797239a0b87ee6dbe24cbf7433220e22d1 (patch)
treebf77e23f45cfa829477dd85d6212251e7e9bcb47 /vimrc
parentb80a4d4d0f3ff441ad9b04a6b357515037ddb3b4 (diff)
downloadconf-167926797239a0b87ee6dbe24cbf7433220e22d1.tar.gz
conf-167926797239a0b87ee6dbe24cbf7433220e22d1.zip
also swap | and \
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index d569bec..82b5daa 100644
--- a/vimrc
+++ b/vimrc
@@ -617,6 +617,7 @@ nmap <silent><Tab> :w<CR>
nmap <silent><C-D> :bd<CR>
nmap <silent>) 0
+nmap <Bar> \
" }}}
" }}}
" Plugin settings {{{