From 6eabd0fe0d5bd5658cca2f3c8d30176fd1c11413 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 24 Jan 2022 16:00:59 -0500 Subject: [PATCH] Remove vim-fixkey as it breaks things in more places than it fixes them (installing it per system seems to make more sense) --- .gitmodules | 3 --- README.md | 1 - vim/bundle/vim-fixkey | 1 - 3 files changed, 5 deletions(-) delete mode 160000 vim/bundle/vim-fixkey diff --git a/.gitmodules b/.gitmodules index 98b5f50..67bc668 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,6 +109,3 @@ [submodule "vim/bundle/vim-extradite"] path = vim/bundle/vim-extradite url = https://github.com/tap349/vim-extradite -[submodule "vim/bundle/vim-fixkey"] - path = vim/bundle/vim-fixkey - url = https://github.com/prurigro/vim-fixkey diff --git a/README.md b/README.md index 0d5546e..19a1624 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l * [vim-extradite-tap349](https://github.com/tap349/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions. * [vimfiler.vim](https://github.com/Shougo/vimfiler.vim): A curses-style file manager for vim that runs on it's own or in a sidebar and can associate handlers for file types. * [unite.vim](https://github.com/Shougo/unite.vim): A library used by Vim Filer to help build its user interface. -* [vim-fixkey](https://github.com/drmikehenry/vim-fixkey): A set of keyboard mappings that override differences in different environments that might normally break consistency or compatibility. * [vim-fugitive](https://github.com/tpope/vim-fugitive): A wrapper integrating git into vim in such a way as to provide features neither of them could offer on their own. * [vim-move](https://github.com/matze/vim-move): Provides a few convenient ways to move selected text. * [vim-pathogen](https://github.com/tpope/vim-pathogen): A plugin to load other plugins while keeping them isolated in their own directory structure rather than all dumped together. diff --git a/vim/bundle/vim-fixkey b/vim/bundle/vim-fixkey deleted file mode 160000 index 4e21c70..0000000 --- a/vim/bundle/vim-fixkey +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4e21c70979ab09572f236f683d6f2a268cf38044