astro-group-bristol/developer-group

Command line tricks

Closed this issue · 2 comments

Hey kid, you heard of popd and pushd? What about Ctrl-X Ctrl-E? Did you know you can | xargs -P to make that faster? What about the new gang on the block, fd, ripgrep, fzf, zoxide, exa, ugrep? It's a fast moving world and we can move faster.

autoload -z edit-command-line
zle -N edit-command-line
bindkey "^X^E" edit-command-line