Hacker News new | ask | show | jobs
by wilsonjholmes 1270 days ago
Love this remap!

``` -- Move cursor to start/end of line vim.keymap.set({"n", "v"}, "H", "g^") vim.keymap.set({"n", "v"}, "L", "g$") ```