- zsh more powerful then bash
- fzf A command-line fuzzy finder written in Go
- fasd offers quick access to files and directories, inspired by autojump, z and v
- ag A code-searching tool similar to ack, but faster
- fd A simple, fast and user-friendly alternative to 'find'
alias fcd
alias fgd
Open file with smart
- Ctrl+O to open with
xdg-open
command, - Type any other key will open with the vi if filetype is text else open with xdg-open
Fuzzy open with vim from anywhere if filetype is text else open with xdg-open
ff word1 word2 ...
(even part of a file name)
Fuzzy cd from ~/.bookmarks
fb word ...
(even part of a dir name)
Fuzzy cd from anywhere via fasd result
fcd word ...
(even part of a dir name)
Fuzzy cd from anywhere via fd result
fgd word ...
(even part of a dir name)
Need git alias
log-timeline = log --date=short --format='%Cred%h %C(yellow)%ar %Creset- %s %Cgreen%ad %Cblue%an'
git log show bind key ctrl+g+ctrl+v
git alias show bind key ctrl+g+ctrl+i
git status show bind key ctrl+g+ctrl+s
htmldocs search engine via ag and fzf
fzf-htmldocs-search path word ...