Notices tagged with readline
-
This #Readline behavior has bugged me for years. Frankly, !Emacs transpose-words behavior almost always doesn't DWIM in !Bash: ur1.ca/a4jz8
-
Readline keyboard shortcuts for bash, bc, ftp, gnuplot, gpg ...
GNU Readline is the library used to make advanced command-line wizardry convenient and conistent across a multitude of command-line applications. These programs include bash, bc, ftp, gnuplot, gpg, ksh, mysql, psql, python, smbclient, xmllint and zsh.The cheatsheet at the right contains a summary of many of the useful line editing command shortcuts which are available in all applications that use libreadline.
Saturday, 01-Jan-11 20:21:17 UTC from web -
kvák-áreň: gnu readline vi mode visualization
For VI editing mode we're interested in 2 keymaps * vi-insert - insert mode * vi-command - command mode Because there are two keymaps it is very handy to always now in which mode you're editing session is. And here the story begins. Right after I've discovered the option to use VI editing mode with readline I wanted some kind of visualization or indicator in which mode I'm currently in. More over it was important to get this for all readline applications. Usage of bash or python interpreter would become much more user friendly for me.
Sunday, 14-Nov-10 01:56:30 UTC from web