redxtech / fish-not-vim

simple fish plugin to help you remember you're not in vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fish-not-vim

not-vim is a zsh plugin that provides a function that shames the user for forgetting they weren't in vim

installing

fisher install redxtech/fish-not-vim

functions

this plugin defines a function for common vim commands: :w, :q :x:

function not-vim
  # TODO: pull in config for which "sayer" program
  set -f sayer cowsay
  echo "You're not in vim idiot, you're in your shell!" | $sayer
end

credit

ported from zsh-not-vim

author

fish-not-vim © gabe dunn, released under the MIT License.

About

simple fish plugin to help you remember you're not in vim


Languages

Language:Shell 100.0%