Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. bindkey -v
  2. bindkey -M vicmd "?" history-incremental-pattern-search-backward
  3. bindkey -M vicmd "/" history-incremental-pattern-search-forward
  4. bindkey -M vicmd v edit-command-line
  5. bindkey -M vicmd 'u' undo
  6. bindkey -M vicmd '^r' redo
  7. bindkey -M vicmd '~' vi-swap-case
  8. bindkey '^[[A' history-substring-search-up
  9. bindkey '^[[B' history-substring-search-down
  10. bindkey '^[[Z' reverse-menu-complete
  11. bindkey '^a' beginning-of-line
  12. bindkey '^e' end-of-line
  13. bindkey '^l' clear-screen
  14. bindkey '^k' kill-line
  15. bindkey '^u' backward-kill-line
  16. bindkey '^r' history-incremental-search-backward
  17. bindkey '^p' history-search-backward
  18. bindkey '^n' insert-last-word
  19. bindkey '^?' backward-delete-char
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement