Vim in Mac Terminal doesn't show line numbers Hardware and Software macOS by Josue198s Vim in my Mac Terminal doesn't show line numbers,when i code in Perl,please guys how do i fix that? Vim, Pathogen, and GUIColorScheme Hardware and Software Linux and Unix by vikingsheepman …expand("$HOME/.vim/plugin/guicolorscheme.vim")) "runtime! bundle/guicolorscheme/plugin/guicolorscheme.vim runtime! plugin/guicolorscheme.vim GuiColorScheme chlordane else…and the plugin is located in: .vim/bundle/guicolorscheme/plugin/guicolorscheme.vim All of my other plugins are … Re: Vim, Pathogen, and GUIColorScheme Hardware and Software Linux and Unix by Mouche If the GuiCOlorScheme isn't running, I assume vim is getting to the else section of that if-else. Does your colorscheme default to zenburn? Type ":set t_Co" to see what that variable is set to. You're not running gvim so that !has('gui_running') is true, right? Do you have the path correct for the guicolorscheme.vim file? Re: vim after new installation Hardware and Software Linux and Unix by JasonHippy …the following location: `/usr/share/vim/vimXX` (where XX is the version of vim installed) The file will be called… something like `vimrc_example.vim`. This contains a sane set of defaults for vim, including auto-indent and syntax… it .vimrc. e.g. `cp /usr/share/vim/vim74/vimrc_example.vim ~/.vimrc' Optionally, you might want to edit it … Vim and ctags setup Programming Software Development by JRM … again. I was experimenting with the use of ctags in Vim. Before I started, I made sure to download the lastest… and greatest version of "exuberent ctags. While the Vim manual says to run ctags *.c, i took the liberty… you have a "favorite" way to set up Vim for programming in C++. I have already run the reccomended… vim as a Python IDE Programming Software Development by fatalaccidents … guess: I'm on a HPC and wanted to use vim as a python IDE and was trying to install my… own version of vim (7.3) with a python interpreter. I use configure to… HPC, but I'm not sure how to tell the vim installer not to look at the distro's version and… Re: vim as a Python IDE Programming Software Development by Gribouillis … python, but I wouldn't really know how to tell vim when it is installing to look at my folder for…. That is where the real problem lies. Also, I know vim has pythoninterp, but would this also allow me to point… could help you [url]http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support[/url] Re: vim as a Python IDE Programming Software Development by fatalaccidents … python, but I wouldn't really know how to tell vim when it is installing to look at my folder for…. That is where the real problem lies. Also, I know vim has pythoninterp, but would this also allow me to point… Re: vim after new installation Hardware and Software Linux and Unix by JasonHippy … me at least! :/ I've been using this mapping with vim on several different systems, for a number of years with… so far! With a .cpp file open in vim, pressing F4 should cause vim to open its corresponding header. F4 again should… vim plugins issue Hardware and Software Linux and Unix by pwolf Hello, I recently started using vim, and decided it was about time to check out some … vim after new installation Hardware and Software Linux and Unix by lewashby I recently re-installed my Mint system and now vim does not auto indent when writing code and has poor color coding. Does any one know what I need to change and where the config file for that is? Thanks. Re: vim extra windows for shell Programming Software Development by penguiniator [QUOTE=johndoe444;1178047]Is there a way to autosave say after 10 minutes?[/QUOTE] Vim does not support auto-saving a file periodically. For more information, read :help 'updatetime' :help CursorHold :help swap-file Re: Vim in Mac Terminal doesn't show line numbers Hardware and Software macOS by chris.stout According to [Cyberciti](http://www.cyberciti.biz/faq/vi-show-line-numbers/), you can show line numbers with the command :set nu. can't backspace a newline in vim Hardware and Software Linux and Unix by lewashby … It is recommended to make changes after sourcing debian.vim since it alters " the value of the …background=dark " Uncomment the following to have Vim jump to the last position when " … endif endif " Uncomment the following to have Vim load indentation rules and plugins " according to the… Re: can't backspace a newline in vim Hardware and Software Linux and Unix by rproffitt ….google.com/search?q=can't+backspace+a+newline+in+vim ](https://www.google.com/search?q=can't+backspace+a…+newline+in+vim) tells me a lot and can be deep reading. In… would be to not fix this. PS. Added with edit. Vim is not Word. Once in a while you find folk… Re: can't backspace a newline in vim Hardware and Software Linux and Unix by lewashby I haven't seen this problem before in vim, and since I'm use to being able to backspace in vim it's hard for me not to see it as bug or problem that needs to be fixed. Re: eclipse vs vim Programming Software Development by Hiroshe …code completions... <-That's maintainability within a company setting. Vim allows exellent syntax highlighting and code completion. It has a…). I know that I can use the features that Vim provide to be much more productive then I would be… > How long will it take joe bloggs to setup vim to do what netbeans does? Why would Joe Bloggs want… eclipse vs vim Programming Software Development by pwolf …or if I should use an ide with a vim plugin. I am interested in learning libgdx/android… better tool for developing with, eclipse or vim. I don't yet know what plugins exist …for vim yet, but if you use vim for your java development then can… you enjoy, and if you use eclipse over vim can you state why that is as well. … Custom highlighting in vim Programming Software Development by Labdabeta … are looking for lightweight code creation you should use vim/emacs, gcc and the other gnu utilities. I…/coreutils/), created a custom cmd with batch and installed vim for windows. My cmd: @echo off rem Set…University of Waterloo) is highlighted horrendously by default in vim. Some esoteric languages and other less-known languages … Re: eclipse vs vim Programming Software Development by pwolf …though, so I will be looking into vim plugins for eclipse. Is it possible to …use your vim configurations with any of these plugins? or…the plugins, if anyone knows. Is it truly vim-like editing? Another question, which is only …this effect my experience on Ubuntu and with vim/eclipse etc. Are there tools to make sure… Compiling java program in Vim Programming Software Development by knitex …other programs. 17 set tabstop=4 "How much space Vim gives to a tab 18 set number "Enables line…color scheme. Change this to your liking. Lookin /usr/share/vim/vim61/colors/ for options. 22 "setlocal spell "Enables…menu, press F4 to use it. 32 source $VIMRUNTIME/menu.vim 33 set wildmenu 34 set cpo-=< 35 set wcm… Re: eclipse vs vim Programming Software Development by Hiroshe … effect maintainability. For example, I'm writting this post in vim to make a point. Is there something different about this… post because it's written in vim? Of course not! A sequence of characters is a … open up Eclipse in the background, pop the file into vim, edit it, and continue to compile, etc. ussing Eclipse … Re: eclipse vs vim Programming Software Development by rubberman … most current programming languages - the editor is built in. VIM is a text editor based upon VI, but with additional…prefer a good editor (nedit is my preference) - others prefer VIM, gedit, emacs, etc. It is really easy to get …has superb regular-expression search/replace capabilities. So does VI/VIM. I think they are both based upon Henry Spencer'… Re: eclipse vs vim Programming Software Development by Hiroshe … all of the standard IDE, tools, etc. and still use vim for the act of editing files (if you are sure… tools. The workflow works like this: edit your file in vim, then alt-tab to Eclipse to compile. If your working…, alt-tab to Eclipse. If people care about you using vim, then don't use it. I do not see any… Re: eclipse vs vim Programming Software Development by Hiroshe …'s just an example. > Tell us how you used vim to solve the task or problem. It's just a… use it you asked? Welp, I wrote the code in vim, I compiled and tested it, then I commited in into… it waists time. However, if you pop a file into vim to edit it, it's hard to see why that… Re: eclipse vs vim Programming Software Development by pwolf … job, which seems to be an ide with a vim plugin and vim and terminals open in other workspaces. Thank you for… Re: eclipse vs vim Programming Software Development by iamthwee … a front end gui. 3. Tell us how you used vim to solve the task or problem. 4. How you were…. What tools did your colleagues use? Or were they using vim as well. 6. Did you meet your project deadlines? Just… Re: Custom highlighting in vim Programming Software Development by Hiroshe … the themes, the best place to start looking is the .vim files (you should be able to specify the things you… colour with regexs I beleive). Also, the help system in vim is amazing. Re: eclipse vs vim Programming Software Development by Taywin You are talking about text editor [VIM](http://en.wikipedia.org/wiki/Vim_%28text_editor%29)? If so, … Re: eclipse vs vim Programming Software Development by ~s.o.s~ … easy to navigate complicated projects. Sure, you can use your Vim'fu to do all the same stuff I'm not…