mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
feat(surfingkeys): Implement visual mode and ACE editor keymaps
This commit is contained in:
parent
073c60f07d
commit
e5fb48289f
9 changed files with 327 additions and 158 deletions
7
Justfile
7
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue