Dotfiles/shells/zsh
Jonathan Hodgson fb3fb4365e ZSH: adds ^n keybinding to expand current word's filename
This is useful if I want to edit a script but I'm not in my scripts
directory. It will look for a file with the name I have typed and
replace it.

for example:
    vim yt<^n>
will be replaced with
    vim /home/jonathan/.bin/yt

The script will first try `which <filename>`, searching the path. If
that fails, it will do `locate "*/filename"` which will search for the
file elsewhere
2021-08-31 10:46:58 +01:00
..
base16-shell@ce8e1e5403 Adds base-16 colorschemes 2019-08-01 18:18:12 +01:00
completion ZSH: Completion: Hashcat: fix broken mode selection 2021-08-24 15:58:23 +01:00
includes ZSH: adds ^n keybinding to expand current word's filename 2021-08-31 10:46:58 +01:00
plugins Adds git-fuzzy to zsh 2020-09-22 15:39:54 +01:00
STOW ZSH: checks for commands existance before running 2021-08-23 15:16:56 +01:00
current-color-scheme Adds colorscheme 2019-08-01 18:39:54 +01:00
ssh-color-scheme Make colourscheme solarized dark when sshing 2019-08-02 11:37:32 +01:00