From 3a0a8c87777fc9675e5da840f14e78c402191ab5 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Mon, 12 Mar 2012 21:57:45 -0400 Subject: [PATCH 1/2] turn on the amazing zmv - alias it to use 'noglob zmv -W', so that you can do stuff like zmv foo.* bar.* to rename all foo files to bar files without annoying quoting. http://grml.org/zsh/zsh-lovers.html#_zmv_examples_require_autoload_zmv --- zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 4cc552e0..1d1bda5b 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -36,6 +36,10 @@ __git_files () { # Always pushd when changing directory setopt auto_pushd +# Use zmv, which is amazing +autoload -U zmv +alias zmv="noglob zmv -W" + # Fuzzy matching of completions for when you mistype them: zstyle ':completion:*' completer _complete _match _approximate zstyle ':completion:*:match:*' original only From 6eb7bcb05e37f198481ea835a42498eed9d382bc Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Mon, 12 Mar 2012 23:23:49 -0400 Subject: [PATCH 2/2] fully remove taglist in favor of tagbar --- .gitmodules | 4 ---- vim/bundle/vim-scripts-taglist | 1 - vim/plugin/settings/yadr-keymap.vim | 3 --- 3 files changed, 8 deletions(-) delete mode 160000 vim/bundle/vim-scripts-taglist diff --git a/.gitmodules b/.gitmodules index 1c9ba9cd..991ece9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,10 +70,6 @@ path = vim/bundle/tpope-vim-repeat url = https://github.com/tpope/vim-repeat.git ignore=dirty -[submodule "vim/bundle/vim-scripts-taglist"] - path = vim/bundle/vim-scripts-taglist - url = https://github.com/vim-scripts/taglist.vim.git - ignore=dirty [submodule "vim/bundle/tpope-vim-surround"] path = vim/bundle/tpope-vim-surround url = https://github.com/tpope/vim-surround.git diff --git a/vim/bundle/vim-scripts-taglist b/vim/bundle/vim-scripts-taglist deleted file mode 160000 index 53041fbc..00000000 --- a/vim/bundle/vim-scripts-taglist +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 53041fbc45398a9af631a20657e109707a455339 diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index 964a1169..956ff786 100644 --- a/vim/plugin/settings/yadr-keymap.vim +++ b/vim/plugin/settings/yadr-keymap.vim @@ -142,9 +142,6 @@ nnoremap ss s nnoremap + + nnoremap - - -"open the taglist (method browser) using ,t -nnoremap ,T :TlistToggle - " create <%= foo %> erb tags using Ctrl-k in edit mode imap <%= %>3hi