If you haven't install bash4.1; download it from:
http://ftp.gnu.org/gnu/bash/
and install
add short cut key in ~/.inputrc like below:
"/C-j":shell-backward-kill-word
logout and login again;
and then in bash shell prompt, try to type like below:
zkl@user-desktop:~/source/bash-4.1$ cd /usr/bin
and then press ctrl+j
when happen? the string: "/usr/bin" has been killed!
this function is what I was looking for these days!
原创文章, 转载请注明: 转载自#http://blog.youkuaiyun.com/ZhengKarl
本文介绍如何安装Bash4.1并设置快捷键功能,通过Ctrl+J实现向前删除单词的功能,提高开发效率。
2818

被折叠的 条评论
为什么被折叠?



