mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-13 02:02:56 +00:00
7 lines
121 B
Fish
7 lines
121 B
Fish
|
#!/usr/local/bin/fish
|
||
|
|
||
|
function fish_user_key_bindings
|
||
|
bind -M insert \co 'edit'
|
||
|
bind -M insert \ce 'recent'
|
||
|
end
|