Dotfiles/shells
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
..
bash Shell config changes 2020-03-11 12:56:06 +00:00
shared Makes right alt my compose key 2021-04-01 16:02:28 +01:00
zsh ZSH: adds ^n keybinding to expand current word's filename 2021-08-31 10:46:58 +01:00