From e810a75d10ca31b4053acab35e024686f3ce1782 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sat, 12 Jul 2014 17:31:04 -0400 Subject: [PATCH] Removed the breeze plugin while I review 2.0 --- .gitmodules | 3 --- vim/bundle/breeze.vim | 1 - vim/config/keyboard.vim | 18 ------------------ vim/config/plugins.vim | 5 ----- 4 files changed, 27 deletions(-) delete mode 160000 vim/bundle/breeze.vim diff --git a/.gitmodules b/.gitmodules index 2fa99a5..ccc92f9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,6 +85,3 @@ [submodule "vim/bundle/vim-polyglot-darkcloud"] path = vim/bundle/vim-polyglot-darkcloud url = https://github.com/prurigro/vim-polyglot-darkcloud.git -[submodule "vim/bundle/breeze.vim"] - path = vim/bundle/breeze.vim - url = https://github.com/prurigro/breeze.vim diff --git a/vim/bundle/breeze.vim b/vim/bundle/breeze.vim deleted file mode 160000 index 8bb6d28..0000000 --- a/vim/bundle/breeze.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8bb6d287c085e9eeec5165301f317e2a24a2b257 diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 5ddca53..b9a448f 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -207,15 +207,6 @@ " | (I) -> undo-able equivalent " " Filetype Specific Mappings: -" (breeze->html compat) -" _ | (N) -> move to the next sibling tag -" + | (N) -> move to the previous sibling tag -" - | (N) -> move to the first sibling tag -" = | (N) -> move to the last sibling tag -" _ | (N) -> move to the first child tag -" + | (N) -> move to the last child tag -" | (N) -> move to the parent tag -" " (extradite) " | (A) -> close the dialog " | (A) -> same as down @@ -608,15 +599,6 @@ "}}} "FILETYPE SPECIFIC MAPPINGS: {{{ - "breeze compatible formats - autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap _ ':BreezePrevSibling' - autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap + ':BreezeNextSibling' - autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap - ':BreezeFirstSibling' - autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap = ':BreezeLastSibling' - autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap _ ':BreezeFirstChild' - autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap + ':BreezeLastChild' - autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap ':BreezeParent' - "extradite autocmd FileType extradite map autocmd FileType extradite map l j diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index ece1b41..df9f1a7 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -18,11 +18,6 @@ let g:vim_json_syntax_conceal=0 "}}} -"BREEZE: {{{ - let g:breeze_active_filetypes="*.html,*.htm,*.xhtml,*.xml,*.php" - let g:breeze_shade_color="String" -"}}} - "EMMET: {{{ let g:user_emmet_install_global=0 let g:use_emmet_complete_tag=1