aboutsummaryrefslogtreecommitdiff
path: root/core/mappings.vim
AgeCommit message (Collapse)Author
2021-10-31remove redundant fold marksjdhao
2021-10-19clean mappingsjdhao
2021-10-18nvim-notify updatejdhao
2021-10-18remove unused mappingjdhao
2021-10-16fix error caused by removal of vim-auto-savejdhao
2021-10-11update mappingjdhao
2021-10-11do not shadow default keys in normal modejdhao
It causes delay (we have to wait timeoutlen milliseconds) when we want to use the key's original command.
2021-08-20Reduce timeout for nvim-notifyjdhao
2021-08-05Use nvim-notify for showing messagesjdhao
2021-08-02Add more mappingsjdhao
Credit: https://www.youtube.com/watch?v=hSHATqh8svM
2021-06-26clean mappingsjdhao
2021-06-19Update mappings.vimjdhao
2021-01-12Fix bug for text object for the entire bufferjdhao
2020-12-16Make a plugin for leaving insert modejdhao
2020-11-24Using 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-21add text objects for entire bufferjdhao
2020-11-14move function to autoload dirjdhao
2020-11-12Move text object to autoload directoryjdhao
2020-11-12update xmap for visual mode mappingsjdhao
2020-11-12handle multiple URL text objects in the same line.jdhao
2020-11-12Fall back to defaul URL detection if highlighturl not available.jdhao
2020-11-12feat: 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-31move custom settings to core/ directoryjdhao