Update
This commit is contained in:
@@ -80,6 +80,7 @@ abbr cpe "copy echo"
|
||||
abbr cpp "copy echo (pwd)"
|
||||
abbr cff "create-fish-function"
|
||||
abbr ev "evince-silent"
|
||||
abbr fbg "find-bg"
|
||||
# git [[[ #
|
||||
|
||||
abbr gcamp "git-amend-push"
|
||||
@@ -97,6 +98,7 @@ abbr pgrf "grep-pdf-file"
|
||||
abbr rs "redshift-set"
|
||||
abbr ut "unix-timestamp"
|
||||
abbr uzr "unzip-rm"
|
||||
abbr fvft "find-vim-filetype"
|
||||
|
||||
# ]]] fxn abbr's #
|
||||
|
||||
|
||||
3
dot_config/fish/functions/find-bg.fish
Normal file
3
dot_config/fish/functions/find-bg.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function find-bg
|
||||
find ~/Pictures/Backgrounds/ -regextype sed -regex ".*$argv[1].*[[:digit:]]\{1,\}.*" -printf "%f\n" | sort -r | head -n1 | cut -f1 -d '.'
|
||||
end
|
||||
3
dot_config/fish/functions/scp-cdf.fish
Normal file
3
dot_config/fish/functions/scp-cdf.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function scp-cdf
|
||||
scp $argv[1] mokkar@teach.cs.utoronto.ca:~/Downloads/$argv[1]
|
||||
end
|
||||
@@ -45,8 +45,7 @@ bindsym Mod4+c exec $browser
|
||||
bindsym Mod4+f exec firefox
|
||||
bindsym Mod4+$mod+f exec echo 'Kevin@fosstodon.org' | xclip -selection clipboard
|
||||
bindsym Mod4+h exec echo 'kevin.mok@live.ca' | xclip -selection clipboard
|
||||
# bindsym $mod+m exec ~/scripts/vim-man
|
||||
bindsym $mod+m exec urxvt -e ~/scripts/vim-man
|
||||
bindsym Mod4+m exec urxvt -e ~/scripts/vim-man
|
||||
bindsym Mod4+$mod+m exec pass -c uoft/markus
|
||||
bindsym Mod4+n exec urxvt -e nvim
|
||||
bindsym Mod4+o exec xclip -selection clipboard ~/.password-store/social/gmail
|
||||
|
||||
@@ -5,6 +5,7 @@ WHEEL_DOWN add volume -1
|
||||
# speed
|
||||
r set speed 1.0
|
||||
g set speed 1.6
|
||||
h set speed 2.4
|
||||
s add speed -.2
|
||||
d add speed .2
|
||||
|
||||
@@ -21,3 +22,7 @@ Shift+DOWN seek -60
|
||||
# mark
|
||||
m revert-seek mark # mark position for revert-seek
|
||||
Shift+m revert-seek
|
||||
|
||||
# subtitle delay
|
||||
z add sub-delay +0.25
|
||||
Z add sub-delay -0.25
|
||||
|
||||
Reference in New Issue
Block a user