index
:
nvim_config.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
mappings.vim
Age
Commit message (
Expand
)
Author
2021-11-03
add mapping: keep cursor position after yanking
jdhao
2021-11-03
change mapping to insert semicolon in insert mode
jdhao
2021-11-03
more mapping
jdhao
2021-11-01
move whitespace utility into separate plugins
jdhao
2021-10-31
remove redundant fold marks
jdhao
2021-10-19
clean mappings
jdhao
2021-10-18
nvim-notify update
jdhao
2021-10-18
remove unused mapping
jdhao
2021-10-16
fix error caused by removal of vim-auto-save
jdhao
2021-10-11
update mapping
jdhao
2021-10-11
do not shadow default keys in normal mode
jdhao
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
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
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
2020-10-31
move custom settings to core/ directory
jdhao