| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-13 | Create G recall command | Teddy Wing | |
| * Add mapping for the recall command. Using `gG` because it's quick, easy to remember, and doesn't appear to be used for anything. * Create `grappele#Recall()` function that goes to the last `G` count * Store the most recent count passed into `G` Using the recall command, you can `G` to the same count that you previously used no matter what buffer you're now in. TODO: The `G` command appears to be running slowly now for whatever reason. Investigate what's going on. | |||
| 2015-09-13 | Replicate n_G functionality | Teddy Wing | |
| Go to the end of the buffer when typed with no count, otherwise go to the line specified by `v:count`. | |||
| 2015-09-13 | Initial commit. Project setup. | Teddy Wing | |
| * Basic setup for the plugin: * `loaded` global * Create mapping definition based on style from tpope and System Copy * Create dummy function in autoload | |||
