You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
navigator.lua/changelog.md

12 lines
460 B
Markdown

# Change Logs
## 2023-12-07
- [x] Changed key maps
- Add fallback to key maps e.g. if `gD` does not find a type declaraion, it will fallback to `gD`
which is default key map go to global declaration
- `gt`: removed `gt` mapping and prefer `<space>D`
- [ ] Changed key maps
I plan to change the mapping for following key maps as it conflicts with other vim default key maps
- `gp`: changed to `<Leader>gp`
- `gP`: changed to `<Leader>gP`