This commit is contained in:
wires 2025-03-08 05:35:43 -05:00
parent 3633ac6565
commit b8ab53fa2a
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -38,4 +38,4 @@ map('n', '<C-Right>', ':vertical resize +2<CR>', { desc = 'Vertical Resize +2' }
-- easy insertion of trailing ; and , from insert mode. -- easy insertion of trailing ; and , from insert mode.
map('i', ';;', '<Esc>A;<Esc>') map('i', ';;', '<Esc>A;<Esc>')
map('i', ',,', '<Esc>A;<Esc>') map('i', ',,', '<Esc>A,<Esc>')