Skip to content

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

Notifications You must be signed in to change notification settings

redxtech/fish-not-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages