linux bind绑定键位


title: linux bind绑定键位
author: susu
site:
- cnblogs.com
- csdn.net

bind

[check@centos7 ~]$ bind -x '"C-t":pwd'
/home/check
[check@centos7 ~]$ bind -x '"C-xC-x":uname -r'
3.10.0-957.21.3.el7.x86_64
3.10.0-957.21.3.el7.x86_64
[check@centos7 ~]$ 
WARNING: No any other purpose,keeping reminded! So sorry to offended,if necessary, contact me and I do change what I had done to protect your privileges!
原文地址:https://www.cnblogs.com/MimiSnowing/p/14962035.html