Day 861
kitty hints
Changed the hint I most often use to a better binding:
# Copy url
# map kitty_mod+n>c kitten hints --type path --program @
map kitty_mod+g kitten hints --type path --program @
Timewarrior
w track 1728 tag1
automatically ends it `now``.w continue
just continues the last thing running by starting something identical starting “now” and continuing till stopped.
kitty kittens
- Draw a GPU accelerated dock panel on your desktop — kitty 0.20.3 documentation
- icat - Display images in the terminal — kitty 0.20.3 documentation
alias icat="kitty +kitten icat"
kitty autocompletion
In zshrc:
autoload -Uz compinit
compinit
# Completion for kitty
kitty + complete setup zsh | source /dev/stdin
kitty scrollback pager
scrollback_pager vim - -c 'w! /tmp/kitty_scrollback' -c 'term ++curwin cat /tmp/kitty_scrollback'
Vim 8.0 works. Nice colorful etc.
zsh vim mode timeout
Adding this allows to register the <Esc>
key in 0.1 sec, not default 0.4.
export KEYTIMEOUT=1
A good documented vimrc
A Good Vimrc - TODO
I also love his design!
zsh vim mode with objects!
GitHub - softmoth/zsh-vim-mode: Friendly bindings for ZSH’s vi mode
Out of all the various vim plugins, this is the only one I found that allows to meaningfully work with objects, like ci'
etc. Also the mode indicator works very reliably.
Doesn’t conflict with zsh-evil-registers.
English / random
- “expect and require”
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus