| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-11 | update mapping | jdhao | |
| 2021-10-11 | do not shadow default keys in normal mode | jdhao | |
| It causes delay (we have to wait timeoutlen milliseconds) when we want to use the key's original command. | |||
| 2021-08-20 | Reduce timeout for nvim-notify | jdhao | |
| 2021-08-05 | Use nvim-notify for showing messages | jdhao | |
| 2021-08-02 | Add more mappings | jdhao | |
| Credit: https://www.youtube.com/watch?v=hSHATqh8svM | |||
| 2021-06-26 | clean mappings | jdhao | |
| 2021-06-19 | Update mappings.vim | jdhao | |
| 2021-01-12 | Fix bug for text object for the entire buffer | jdhao | |
| 2020-12-16 | Make a plugin for leaving insert mode | jdhao | |
| 2020-11-24 | Using jk to escape insert mode without lagging. | jdhao | |
| See https://jdhao.github.io/2020/11/23/neovim_better_mapping_for_leaving_insert_mode/. | |||
| 2020-11-21 | add text objects for entire buffer | jdhao | |
| 2020-11-14 | move function to autoload dir | jdhao | |
| 2020-11-12 | Move text object to autoload directory | jdhao | |
| 2020-11-12 | update xmap for visual mode mappings | jdhao | |
| 2020-11-12 | handle multiple URL text objects in the same line. | jdhao | |
| 2020-11-12 | Fall back to defaul URL detection if highlighturl not available. | jdhao | |
| 2020-11-12 | feat: add iu text object for URL (no au provided) | jdhao | |
| Usage: select current URL: viu yank current URL: yiu delete/change current URL: diu/ciu | |||
| 2020-10-31 | move custom settings to core/ directory | jdhao | |
