Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about bindkey

Read more about bindkey

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - bindkey

how to backslash a backslash in zsh bindkey?

I would like to replace the key as this: bindkey -s ',;' "| grep -A5 \"^\\s{3,}-\"\ei" in my zshrc, but the \\s part (which should be \s for space in PCRE), gives something like t...
test-img

milanHrabos

grep

zsh

backslash

bindkey

Votes: 0

Answers: 1

Latest Answer

While it's possible to get the quoting right, it's usually better to avoid such nested quoting in the first place. Add a shell function to your .zshrc file first: find_it () { grep -A5 '^\s{3,}-' ...
test-img

chepner

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved