Which application can I use to figure out what to put in .inputrc for any custom keyboard shortcut? I've tried a few, and none of them seem to be usable:
showkey, showkey -a and read just print ' if you press Ctrl-'.
xev prints them separately, and doesn't print anything that seems usable for .inputrc.
Suppose I run the following command.
Code:
sgy@za-box:~$ cp -v .profile /data/ibook/sgy/misc/.profile-za-box
Now, I would like to perform the same operation but with file .inputrc.
Hi,first post. Here's how remove all bleeping system beeps. Should work on most versions.First things first, remove the damn pc speaker completely:echo 'blacklist pcspkr' | sudo tee -a /etc/modprobe.d/pcspkr.conf
sudo rmmod pcspkrThen, remove gtk apps beep:
What I struggle with:
I'm configuring ~/.inputrc file to be same as mine custom emacs key-bindings and I'm struggling very much with readline's stupid key sequences.
What I mean by that is that if I want to set <up> / <down>, I have to set it to "\e[A" / "\e[B"
How the hell can I infer keyseq for <F1>..<F12> or even if I want to bind something to let's say (kbd "C-x <
I'm trying to set up my .inputrc to perform a backwards unix-word-rubout but I'm currently failing at doing so.
I have M-w mapped in my .inputrc.
this does not work:
"\eu": universal-argument
"\ew": "\eu-1\C-w"
nor does this:
"\ew": "\e-1\C-w"
not even doing it interactively in the shell by pressing M-- followed by C-w works, i.e.
Just now noticed latest readline _finally_ including an option to list tab-completions downwards(like zsh also can), instead of from left-to-right, by adding in inputrc;set completion-display-width 0This imho is much easier to decipher, like e.g.:$ ls /foo/bar-1[tab]
bar-1.2.12
bar-1.3.13
bar-1.4.14Instead of:$ ls /foo/bar-1[tab]
bar-1.2.12 bar-1.3.13 bar-1.4.14This was the only thing I previously
Published at LXer:
To disable the system bell or beep on Linux, at least the tab completion, and the back space bell.
Edit the file /etc/inputrc (as root) and add this line.
set bell-style none
Do that if you want to be a system wide setup.
If you want it only for some user session or for your own session.
Edit the file ~/.inputrc
and there add the line.
离 KDE Software Compilation(KDE
SC)4.4
推出还不足一个月,KDE 开发团队便发布了 KDE SC 4.4.1 版本。KDE SC 4.4.1
代号为“Clara”,包含缺陷修正、性能改进、以及翻译更新。