fzf, onedrive

This commit is contained in:
David Chen 2019-09-14 16:02:04 -07:00
parent 354d23f3f8
commit e02135b4dd
6 changed files with 9 additions and 3 deletions

View file

@ -29,3 +29,4 @@ SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_user_paths:/home/david/\x2efzf/bin

View file

@ -0,0 +1,3 @@
function fish_user_key_bindings
fzf_key_bindings
end

View file

@ -1,4 +1,4 @@
# Defined in - @ line 1
function fzf --description alias\ fzf\ fzf\ --preview\ \'head\ -100\ \{\}\'
command fzf --preview 'head -100 {}' $argv;
function fzf --description alias\ fzf\ fzf\ --preview\ \'head\ -100\ \{\}\'\n
command fzf --preview 'head -100 {}' $argv;
end

View file

@ -0,0 +1 @@
/home/david/.fzf/shell/key-bindings.fish

View file

@ -1 +1,2 @@
package wttr
theme default

View file

@ -336,7 +336,7 @@ map gus cd /usr/share
map guf cd /usr/share/fonts
map gud cd /usr/share/doc
map gd cd /dev
map go cd /opt
map go cd ~/OneDrive
map gv cd /var
map gm cd /run/media
map gM cd /mnt