mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
fzf, onedrive
This commit is contained in:
parent
354d23f3f8
commit
e02135b4dd
6 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
fish/functions/fish_user_key_bindings.fish
Normal file
3
fish/functions/fish_user_key_bindings.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function fish_user_key_bindings
|
||||
fzf_key_bindings
|
||||
end
|
||||
|
|
@ -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
|
||||
|
|
|
|||
1
fish/functions/fzf_key_bindings.fish
Symbolic link
1
fish/functions/fzf_key_bindings.fish
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/david/.fzf/shell/key-bindings.fish
|
||||
|
|
@ -1 +1,2 @@
|
|||
package wttr
|
||||
theme default
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue