feat(surfingkeys): Implement visual mode and ACE editor keymaps

This commit is contained in:
js0ny 2025-01-13 10:21:34 +00:00
parent 073c60f07d
commit e5fb48289f
9 changed files with 327 additions and 158 deletions

View file

@ -1,4 +1,5 @@
set shell := ["pwsh", "-c"]
set shell := ["fish", "-c"]
set windows-shell := ["pwsh", "-c"]
pull:
git pull github master
@ -7,3 +8,7 @@ pull:
push:
git push github master
git push codeberg master
init:
git remote add github git@github.com:js0ny/dotfiles.git
git remote add codeberg git@codeberg.org:js0ny/dotfiles.git