Skip to content

Commit bbade66

Browse files
committed
chore(pet.fish.tmpl): remove XON/XOFF disabling code for cleaner terminal behavior and improved compatibility
1 parent e1ff8a3 commit bbade66

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

chezmoi/dot_config/fish/conf.d/90_pet.fish.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ function pet-select
77
commandline --cursor (string length -- "$buffer")
88
end
99

10-
# Nonaktifkan XON/XOFF (Ctrl+S/Ctrl+Q) jika terminal interaktif
11-
if isatty stdin
12-
stty -ixon
13-
end
14-
1510
# Bind ke Ctrl+F di semua mode
1611
bind \cf pet-select # default (mirip emacs mode)
1712
bind -M insert \cf pet-select # vi insert mode

0 commit comments

Comments
 (0)