updates
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
function fish_user_key_bindings
|
||||
for mode in insert default visual
|
||||
bind -M $mode \cf forward-char
|
||||
end
|
||||
bind --preset _ beginning-of-line
|
||||
bind -M insert \ew __fzf_reverse_isearch
|
||||
bind -M insert \eo '__fzf_cd --hidden'
|
||||
bind -M insert \eF __fzf_find_file
|
||||
bind -M insert \ef __fzf_open
|
||||
end
|
||||
|
||||
fzf_key_bindings
|
||||
|
||||
function ll --description 'List contents of directory using long format'
|
||||
ls -lha $argv
|
||||
end
|
||||
Reference in New Issue
Block a user