fix(&doom): dumb-down terminal for tramp
This commit is contained in:
parent
7ededf6ea4
commit
08ccf6987e
2 changed files with 8 additions and 1 deletions
|
@ -53,7 +53,10 @@
|
||||||
|
|
||||||
(setq deft-recursive t)
|
(setq deft-recursive t)
|
||||||
|
|
||||||
(setq tramp-default-method "ssh")
|
(setq
|
||||||
|
tramp-default-method "ssh"
|
||||||
|
tramp-terminal-type "tramp"
|
||||||
|
)
|
||||||
|
|
||||||
(after! flyspell
|
(after! flyspell
|
||||||
(setq flyspell-lazy-idle-seconds 1))
|
(setq flyspell-lazy-idle-seconds 1))
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
|
|
||||||
# defaultKeymap = "emacs";
|
# defaultKeymap = "emacs";
|
||||||
|
|
||||||
|
initExtraFirst = ''
|
||||||
|
[[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return
|
||||||
|
'';
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin
|
${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin
|
||||||
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
|
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue