summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-16 10:25:02 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-16 10:26:49 -0500
commit3edebb9f3f67697e0c97350672e4cedebd077a19 (patch)
tree6ca522f85ccd4f7171703b657ee3cda9df3b3305 /vimrc
parent993c0dab750eba139c58a310a6cfa3dd7c1fa7a8 (diff)
downloadconf-3edebb9f3f67697e0c97350672e4cedebd077a19.tar.gz
conf-3edebb9f3f67697e0c97350672e4cedebd077a19.zip
make a couple more mappings buffer-specific
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 2535d44..7ee05ad 100644
--- a/vimrc
+++ b/vimrc
@@ -607,6 +607,6 @@ let g:user_zen_settings = {
\}
let g:user_zen_leader_key = '<C-Z>'
imap <C-Z><C-Z> <C-Z>,
-autocmd FileType html,tt2,tt2html,css imap <Tab> <C-Z>, | imap <C-N> <C-Z>n
+autocmd FileType html,tt2,tt2html,css imap <buffer> <Tab> <C-Z>, | imap <buffer> <C-N> <C-Z>n
" }}}
" }}}