Dotfiles/shells/zsh/includes
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
..
aliases.zsh Lots of zsh changes 2020-03-11 11:30:54 +00:00
auto-notify.zsh Adds cat to auto-notify ignore list 2021-03-21 12:56:40 +00:00
autoSuggest.zsh Lots of zsh changes 2020-03-11 11:30:54 +00:00
colors.zsh Make colours work now focus has been disabled 2021-03-21 14:54:10 +00:00
completion.zsh Adds aliased with prefix function 2020-07-29 17:16:18 +01:00
currentwordcompletion.zsh Split completion overide scripts up and into seperate files 2020-05-09 20:44:18 +01:00
functions.zsh Moves includes into includes folder 2020-02-19 12:07:52 +00:00
fzf.zsh Adds check for fzf 2021-02-03 23:16:35 +00:00
keybindings.zsh ZSH: adds ^n keybinding to expand current word's filename 2021-08-31 10:46:58 +01:00
lfcd.zsh Moves includes into includes folder 2020-02-19 12:07:52 +00:00
overidepartialcompletion.zsh Only show explicitly installed when tab-completing pacman -R* 2021-03-21 12:59:17 +00:00
promptconfig.zsh ZSH: prompt: show branch on older versions of git 2021-08-23 15:24:34 +01:00
rangercd.zsh.tmp Lots of zsh changes 2020-03-11 11:30:54 +00:00
shortcuts.zsh.tmp Lots of zsh changes 2020-03-11 11:30:54 +00:00
urls.zsh Adds alt+m zle shortcut to create the directory for the current arg 2020-05-22 17:37:21 +01:00