oncfig
This commit is contained in:
parent
b246f82a41
commit
ebbe726693
3 changed files with 15 additions and 9 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# rainbow-brackets = true;
|
||||
line-number = "relative";
|
||||
cursorline = true;
|
||||
completion-replace = true;
|
||||
completion-replace = false;
|
||||
preview-completion-insert = false;
|
||||
indent-guides = {
|
||||
render = true;
|
||||
|
|
@ -51,6 +51,9 @@
|
|||
K = "swap_view_down";
|
||||
J = "swap_view_up";
|
||||
};
|
||||
keys.normal.space.t = {
|
||||
r = "@mip:reflow<ret>";
|
||||
};
|
||||
};
|
||||
languages = {
|
||||
use-grammars.only = [
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ alias t = task
|
|||
alias zl = zellij
|
||||
alias snapper = snapper -c home
|
||||
alias follow = readlink -f
|
||||
alias la = ls -a
|
||||
|
||||
alias quiet = sudo ectool fanduty 30
|
||||
alias loud = sudo ectool autofanctrl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue