update various stuff
This commit is contained in:
parent
261c8ccb21
commit
07ffb6c747
4 changed files with 81 additions and 99 deletions
|
|
@ -6,10 +6,22 @@ if status is-interactive
|
|||
abbr --add tr gio trash
|
||||
abbr --add --set-cursor tldr curl cheat.sh/%
|
||||
|
||||
function alacritty
|
||||
function copy --description 'Copy to clipboard'
|
||||
fish_clipboard_copy
|
||||
end
|
||||
|
||||
function paste --description 'Paste from clipboard'
|
||||
fish_clipboard_paste
|
||||
end
|
||||
|
||||
function alacritty --description 'Create new Alacritty window'
|
||||
command alacritty msg create-window $argv
|
||||
end
|
||||
|
||||
function vman --description 'Uses Neovim as a manpager'
|
||||
man $argv | nvim +Man!
|
||||
end
|
||||
|
||||
function mvi --description 'Launches \d mpv with mvi configuration'
|
||||
mpv --config-dir=$HOME/.config/mvi/ $argv
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue