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 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