Find a file
Oliver Davies f80ded946e feat: add keybindings for fzf in zsh
Add keybindings for fzf to run keybindings like CTRL-T, CTRL-R, and
ALT-C in zsh.

From https://github.com/junegunn/fzf:

> warning Key bindings (CTRL-T / CTRL-R / ALT-C) and fuzzy
auto-completion may not be enabled by default.

> Refer to the package documentation for more information. (e.g.
apt-cache show fzf)

Running `apt-cache show fzf` said:

> Refer /usr/share/doc/fzf/README.Debian for quick instructions on how
to add keybindings for Bash, Zsh, Fish to call fzf.

This in turn said to add this line to `~/.zshrc`, or in my case, a new
`fzf.zsh` file:

    source /usr/share/doc/fzf/examples/key-bindings.zsh
2021-11-16 11:35:41 +00:00
alacritty/.config/alacritty alacritty: remove background opacity 2021-10-14 08:47:52 +01:00
bin/bin chore(tmux): search in ~/Documents/Books 2021-09-24 12:54:07 +01:00
composer/.composer Use stow for managing dotfiles 2021-07-27 14:38:40 +01:00
dconf/.config Use stow for managing dotfiles 2021-07-27 14:38:40 +01:00
git refactor(git): sort aliases 2021-11-10 10:58:11 +00:00
nvim/.config/nvim feat(nvim): add vimwiki 2021-11-11 18:08:42 +00:00
tmux feat(tmux): enable mouse support 2021-10-20 12:58:11 +01:00
zsh feat: add keybindings for fzf in zsh 2021-11-16 11:35:41 +00:00
.gitignore chore: remove .netrwhist 2021-09-28 08:33:59 +01:00
README.md Add more links to other dotfiles repos 2021-10-13 10:34:19 +01:00

dotfiles

My personal dotfiles, originally for macOS only but currently being adapted for use on Linux based systems (Ubuntu and Pop!_OS in particular) where needed.

Installation

stow alacritty bin composer dconf git nvim tmux zsh

Inspiration