108 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
4323c60940
commit
9767c7fa74
@ -33,6 +33,21 @@
|
|||||||
};
|
};
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
syntaxHighlighting.highlighters = ["main" "brackets"];
|
syntaxHighlighting.highlighters = ["main" "brackets"];
|
||||||
|
initExtra = ''
|
||||||
|
bindkey '^I' complete-word
|
||||||
|
bindkey '^[[Z' autosuggest-accept
|
||||||
|
# backspace
|
||||||
|
bindkey '^[[3' delete-char
|
||||||
|
# home / end go to beginning / end of line
|
||||||
|
bindkey '^[[H' beginning-of-line
|
||||||
|
bindkey '^[[F' end-of-line
|
||||||
|
# ctrl+arrow jump word
|
||||||
|
bindkey '^[[1;5D' backward-word
|
||||||
|
bindkey '^[[1;5C' forward-word
|
||||||
|
# ctrl+entf and ctrl+backspace delete word
|
||||||
|
bindkey '^[[3;5~' delete-word
|
||||||
|
bindkey '^H' backward-delete-word
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
|
Loading…
Reference in New Issue
Block a user