Untitled
bindkey '\e[1~' beginning-of-line bindkey '\e[4~' end-of-line bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line bindkey '^[[1;5D' backward-word bindkey '^[[1;5C' forward-word bindkey '[D' backward-word bindkey '[C' forward-word bindkey '^[m' copy-earlier-word bindkey '^@' fzf-select-widget bindkey '^@.' fzf-edit-dotfiles bindkey '^@c' fzf-change-directory bindkey '^@f' fzf-edit-files bindkey '^@k' fzf-kill-processes bindkey '^@s' fzf-exec-ssh bindkey '^\' fzf-change-recent-directory bindkey '^r' fzf-insert-history bindkey '^xf' fzf-insert-files bindkey '^xd' fzf-insert-directory bindkey '^@g' fzf-select-git-widget bindkey '^@ga' fzf-git-add-files bindkey '^@gc' fzf-git-change-repository bindkey '^@gco' fzf-git-checkout-branch bindkey '^@gd' fzf-git-delete-branches bindkey '^@gh' fzf-select-github-widget bindkey '^@ghi' fzf-github-show-issue bindkey '^@ghe' fzf-github-edit-issue bindkey '^@gho' fzf-github-open-issue bindkey '^@ghc' fzf-github-close-issue bindkey '^@ghco' fzf-github-comment-issue bindkey '^@d' fzf-select-docker-widget bindkey '^@dk' fzf-docker-kill-containers bindkey '^@dl' fzf-docker-logs-container bindkey '^@dr' fzf-docker-remove-containers bindkey '^@dri' fzf-docker-remove-images bindkey '^@drv' fzf-docker-remove-volumes bindkey '^@dsa' fzf-docker-start-containers bindkey '^@dso' fzf-docker-stop-containers bindkey '^[[A' up-line-or-search bindkey '^[[B' down-line-or-search
Leave a Comment