1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-21 14:22:45 +00:00

fish: a ws helper; kitty: 10x scrollback

This commit is contained in:
Phantop 2024-07-23 19:54:45 -04:00
parent 42ac3f0327
commit 69aab669bc
2 changed files with 3 additions and 1 deletions

View file

@ -57,7 +57,6 @@ a epubpack 'cd $argv && zip -0rX ../(basename $argv).epub mimetype *; cd ..;:'
a ff 'fd -HILi -Edosdevices -E.git'
a fichub 'lynx -dump https://fichub.net/legacy/epub_export?q=$argv | grep epub? | cut -d. -f2- | dl -i-;:'
a fumount 'fusermount -u'
a fwhich 'file (which $argv);;'
a g git
a gittop 'cd (git root)'
a giveme 's chown $USER'
@ -122,6 +121,8 @@ a tldr 'curl -s https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/{co
a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
a history_last 'history -n1;:'
a amk 'a ws make -p (basename $PWD)'
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)
a $i "qutebrowser / \":open $i\""
end

View file

@ -14,3 +14,4 @@ hide_window_decorations yes
map shift+page_up scroll_page_up
map shift+page_down scroll_page_down
scrollback_lines 20000