Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

reverse serach linux

CTRL + S

...solved it for me AFTER using...

stty -ixon
If CTRL+S doesn't work for you is because according to Vincenzo Pii's accepted answer in another related thread:

The problem is that this binding, in many terminals, is used by default to send the pause transmission code (XOF).

As in man stty:

[-]ixon
    enable XON/XOFF flow control
So, if you have this option enabled on your terminal (the output of stty -a contains ixon withouth the - sign in front), you cannot use CTRL+S in the context of reverse-i-search.

To disable it, use the following command:

stty -ixon
And CTRL+S will give you a (i-search) (non reverse).
Comment

PREVIOUS NEXT
Code Example
Shell :: service version nmap sqitch 
Shell :: git command change to previous comit 
Shell :: pip install -U "yarl<1.2" 
Shell :: ubuntu burg install 
Shell :: upgrade spyer 4.2.0 in anaconda 
Shell :: chrome open in vsc window ubuntu 
Shell :: sudo systemctl enable journalbeat sudo systemctl start journalbeat 
Shell :: no network in cent os 
Shell :: convert vdi to gnome-boxes 
Shell :: linux autohide cursor 
Shell :: pip install qiskit does not work 
Shell :: Install Lumen CSV Reader package from Nuget Package Manager in Visual Studio 
Shell :: open jpg command line linuc 
Shell :: letsencrypt raspberry pi 
Shell :: an audio or video streams is not handled due to missing codec 
Shell :: get target of command bash 
Shell :: Change cursor in powershell 
Shell :: unintsall from ubuntu 
Shell :: networkmanager runit 
Shell :: Some nodejs packages not installing on aws instance 
Shell :: Bash script to authenticate machine users 
Shell :: pip3 or pip? 
Shell :: git add only one file 
Shell :: git remove keep local 
Shell :: ubuntu pip cv_bridge 
Shell :: nextcloud .step file 
Shell :: flutter Error when communicating with the Firebase Installations server API. HTTP response 
Shell :: iperf test example 
Shell :: linux boot sequence step by step 
Shell :: bash count occurrences of character in string 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =