automated vim the file and jump to the location of the function you want to see
- Put bash_edit_function to your HOME directory.
cp bash_edit_function ~/.bash_edit_function
- Edit your ~/.bashrc then add
source ~/.bash_edit_function
in it.
echo "source ~/.bash_edit_function" >> ~/.bashrc
- Put zsh_edit_function to your HOME directory.
cp zsh_edit_function ~/.zsh_edit_function
- Edit your ~/.zsh_rc then add
source ~/.zsh_edit_function
in it.echo "source ~/.bash_edit_function" >> ~/.zshrc
gcode [global parameters]
e.g.
gcode ClassABC
gcode -r methodABC
gcode -s VariableABC
xvim [global parameters]
e.g.
xvim ClassABC
xvim -r methodABC
xvim -s VariableABC