Upgrade to Pro — share decks privately, control downloads, hide ads and more …

黒画面が最高のしごと道具である3つの理由

 黒画面が最高のしごと道具である3つの理由

Toshikazu Ohashi

February 17, 2023
Tweet

More Decks by Toshikazu Ohashi

Other Decks in Programming

Transcript

  1. ޻෉̍ લํҰக autoload history-search-end zle -N history-beginning-search-backward-end history-search-end zle -N

    history-beginning-search-forward-end history-search-end bindkey "^P" history-beginning-search-backward-end bindkey "^N" history-beginning-search-forward-end
  2. ΤΠϦΞεఆٛ cd-fzf- f ind() { local dir DIR=$( f ind

    ./ -path '*/\.*' -name .git -prune -o -type d -print 2> /dev/null | fzf +m --ansi -- preview 'ls -al --color=always {}') if [ -n "$DIR" ]; then cd $DIR f i } alias fd=cd-fzf- f ind