aboutsummaryrefslogtreecommitdiff
path: root/core/mappings.vim
AgeCommit message (Expand)Author
2022-09-06refactor: convert mapping from viml to luajdhao
2022-08-26fix parameter for vim.notifyjdhao
2022-08-13init.vim --> init.lua followjdhao
2022-08-10update mappingsjdhao
2022-05-29add lua map module and more mappingsjdhao
2022-05-03add new mapjdhao
2021-12-11remove oo and OO normal mode mappingjdhao
2021-12-01[v0.6] Y is mapped to y$ by defaultjdhao
2021-11-03add mapping: keep cursor position after yankingjdhao
2021-11-03change mapping to insert semicolon in insert modejdhao
2021-11-03more mappingjdhao
2021-11-01move whitespace utility into separate pluginsjdhao
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
2021-08-20Reduce timeout for nvim-notifyjdhao
2021-08-05Use nvim-notify for showing messagesjdhao
2021-08-02Add more mappingsjdhao
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
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
2020-10-31move custom settings to core/ directoryjdhao