Revert numbers.vim causing relative numbering issue

This commit is contained in:
Yan Pritzker
2013-04-16 09:13:49 -05:00
parent 73045471f0
commit 54bd32317f
3 changed files with 0 additions and 5 deletions

View File

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