Guest User

Untitled

a guest
Apr 26th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $ set -o vi
  2. $ ls hello world
  3. <ESC>
  4. bbdw # results in
  5. $ ls world
  6.  
  7. $ cat ~/.inputrc
  8. set editing-mode vi
  9. set blink-matching-paren on
  10.  
  11. stty -icanon; cat
Add Comment
Please, Sign In to add comment