mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-26 15:25:37 +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
|