diff --git a/README.md b/README.md index 84c9193..9417738 100644 --- a/README.md +++ b/README.md @@ -211,8 +211,6 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * `Cmd-j` and `Cmd-k` to move up and down roughly by functions * `Ctrl-o` - Old cursor position - this is a standard mapping but very useful, so included here * `Ctrl-i` - opposite of Ctrl-O (again, this is standard) - * `,tn` - Toggles between absolute and relative line numbers - * `:NumbersEnable` - Enable automatic toggling between absolute (insert mode) and relative (normal mode) line numbers #### LustyJuggler diff --git a/vim/plugin/settings/yadr-numbers.vim b/vim/plugin/settings/yadr-numbers.vim deleted file mode 100644 index b06cae1..0000000 --- a/vim/plugin/settings/yadr-numbers.vim +++ /dev/null @@ -1,2 +0,0 @@ -let g:enable_numbers = 0 -:nnoremap ,tn :NumbersToggle diff --git a/vim/vundles.vim b/vim/vundles.vim index 7dcaa50..1645067 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -102,6 +102,5 @@ Bundle "airblade/vim-gitgutter.git" Bundle "bogado/file-line.git" Bundle "tpope/vim-rvm.git" Bundle "nelstrom/vim-visual-star-search" -Bundle "myusuf3/numbers.vim.git" "Filetype plugin indent on is required by vundle filetype plugin indent on