This commit is contained in:
liv 2023-08-28 13:40:35 +02:00
parent 938671f5d5
commit 5b88529080
3 changed files with 5 additions and 0 deletions

View file

@ -70,6 +70,7 @@ alias c "cargo"
alias cr "cargo run" alias cr "cargo run"
alias cb "cargo build" alias cb "cargo build"
alias cwr "cargo watch -x run" alias cwr "cargo watch -x run"
alias ct "cargo test"
alias rp "rustup" alias rp "rustup"
# Rubies # Rubies
alias be "bundle exec" alias be "bundle exec"

View file

@ -4,6 +4,7 @@
signingkey = 0x6F33B647A7AC80CE signingkey = 0x6F33B647A7AC80CE
[core] [core]
editor = vim editor = vim
autocrlf = input
[push] [push]
default = simple default = simple
[pull] [pull]

View file

@ -3,3 +3,6 @@ sethandler <C-C> a:ide
sethandler <C-V> a:ide sethandler <C-V> a:ide
sethandler <C-W> a:ide sethandler <C-W> a:ide
sethandler <C-S> a:ide sethandler <C-S> a:ide
sethandler <C-F> a:ide
sethandler <C-B> a:ide
sethandler <C-A> a:ide