oh-my-fish_theme-bobthefish/bobthefish_keymapping.fish
Satyajit Roy 41f6e47c03 Adding directory toggle for prompt
Budspencer sytle PWD toggle
2017-01-23 12:08:50 -08:00

4 lines
111 B
Fish

function fish_user_key_bindings
bind ' ' __bobthefish_dir_length # toggle PWD on NORMAL with `space bar`
end