Skip to content

vim-scripts/auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3341

Both c, cpp, or python,shell,perl code, F2 key or "mm" to compile and debug
1.Normal mode
    ;;      Exit without saving
    ,,      Save and exit
2.Insert mode
    ;;      return Normal mode
    ,,      return Normal mode
    mm      return Normal mode
    <Alt-j>  Down
    <Alt-k> Up
    <Alt-h> Left
    <Alt-l>  Right
3.When writing c, cpp ,... code, the code is automatically formatted
    For example:   If you input a==3;
    auto.vim                             a  ==  3;

NOTE:auto.vim  only for GNU/Linux;VERSION 1.5 has some errors,Sorry I neglected to mention that before. 

About

Programming Automation for c/c++/python/shell/perl/...

Resources

Stars

Watchers

Forks

Packages

No packages published