♻️ Reassociated certain commands with espanso

This commit is contained in:
z3rOR0ne 2022-08-09 21:10:40 -07:00
parent 7de6db9bcc
commit a713c086ab
2 changed files with 6 additions and 3 deletions

View file

@ -32,9 +32,6 @@ vim.cmd[[nmap <C-k> <C-Up>]]
-- Escape Insert Mode with ii
keymap('i', 'ii', '<Esc>', {})
-- Insert a console.log()
vim.cmd[[ inoremap cll console.log()<esc>i]]
-- Alias replace all to shift + S
vim.cmd[[nnoremap S :%s///gI<Left><Left><Left><Left>]]