Dotfiles/site-modules/core/files/vim
Ade Attwood 61a294a255 feat(vim): improve markdown editing with long wrapping lines
In markdown I have long lines wrapping as we are often editing docs that
don't stick to 80 columns. This makes it hard to navigate with j and k
imposable to use becase is skips over the wrapped lines.

This now using gj and gk to navigate wrapped lines so j and k will act
naturaly and move down one "line" even on the wrapping.
2023-11-04 07:20:10 +00:00
..
after feat(vim): improve markdown editing with long wrapping lines 2023-11-04 07:20:10 +00:00
ftplugin feat(vim): add prr plugin for a better code review experience 2023-10-15 15:40:41 +01:00
plugin refactor(vim): move jest commands to use Run rather than run in process 2023-11-04 07:09:50 +00:00
snippets/snippets chore(vim): add some erb snippets 2023-08-21 10:30:24 +01:00
spell refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
init.vim chore(vim): add binding to open current file in browser 2023-08-21 10:30:24 +01:00