FG
💻 Software

How to reclaim ^S in zsh?

Fresh7 days ago
Mar 15, 20264939 views
Confidence Score0%
0%

Problem

I've found ^S mapped to be the fwd-search key for zsh (ohmyzsh) but I would like to use it in vim for various mappings as well - it seems like the zsh mapping is preventing me from using it now. Any way to unmap the bindkey or have it both ways?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to reclaim ^S in zsh?

Low Risk

This is probably flow-control, which is handled by your terminal and not your shell. Typically control-s stops terminal output, and control-q resumes it. See the note in " ". To remove this behavior, you could try these shell commands: This may not …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment