Questions about editing the configuration file of GUI versions of Vim.
0
votes
2answers
43 views
How to set a black background
I cannot figure out how to set the background color to black in Vim. I am running Vim from Mac OS X 10.5.8's Terminal.app (does this mean that I am using MacVim?).
My .gvimrc file looks like this:
...
0
votes
0answers
8 views
can gvim configuration affect the color of window that it is running in?
I do not mean color of editing space but color the window, that is the frame encompassing it which has the scrollbar, menu etc.
Reason for change it is that when I have dark background/color scheme ...
0
votes
1answer
41 views
Editing _vimrc in Windows
I am having some trouble with VIM on windows, and I was wondering if anyone could be of assistance. As of right now, I am trying to make it so that when VIM starts, it changes it's working directory ...
1
vote
2answers
40 views
VIM: how to show folder name in tab, but only if two files have the same name
I would like to have the following feature in VIM (GVIM in particular). I think Sublime Text has something like that:
In the "normal" case the tab name should be just the file's name, but...
If ...
2
votes
2answers
56 views
VIM: Change cursor to underscore in normal mode
One nice feature of Sublime Text's Vintage Mode is that entering normal mode makes an underscore under the character you are one, rather than the standard cursor that highlights the current character ...
1
vote
2answers
80 views
Vim: Align continous lines with spaces
I would like to indent everything in vim with tabs, except a particular case. For example I have this c++ code(where <tab> is a tab character series and <s> is a space character series):
...
1
vote
2answers
50 views
How do you map the <u> key to something else in vim?
I tried :map <u> :help<CR> but it doesn't work. The u key keeps undoing instead of going to help.
How do you map to something else?
0
votes
2answers
34 views
how to insert the filename before inserting the file into another file in vim
Is there a way we can insert the filename before we insert the file content into another file
i know how to insert a file into another -- :r
But how to insert the filename which we are inserting ...
3
votes
1answer
62 views
vim/gvim difference between close and hide
I'm kind of new to VIM, I'd like to know the difference between the :close window command and the :hide window command. I've read the docs but they both seem to do the about same...
0
votes
1answer
47 views
Vim gui key mapping with if statements
I'm new to vim and loving it! Just wanted to reach out and get some help with my .vimrc file.
I'm trying to set F11 to make my gvim window larger. Here's the relevant code:
if has("gui_running")
...
0
votes
1answer
38 views
MacVim, remapping Alt-key as Ctrl-key
I am a MacVim user, and I would like to know if it's possible to make the Alt-Option key behave as a Ctrl key.
Thanks for your time gentlemen.
2
votes
1answer
130 views
Gvim folding on system verilog keyword pairs
How do I enable folding on system verilog keywords in Gvim ?
For example
function
Code
....
....
endfunction
I would like Gvim to create a fold from function to endfunction. How do I do ...
0
votes
1answer
58 views
vim for epd python on windows
I have installed epd python distribution on my windows. Can anyone help me in setting up vim now? also, some help on basic quick tweaks on vim (syntax , color support etc.) would be helpful.
need ...
2
votes
3answers
229 views
Keyboard-only column block selection in GVim Win32, or why does Ctrl-Q not emulate Ctrl-V when mswin.vim is included?
I want to be able to select columnar blocks using only the keyboard when I use GVim on Windows, but I do not seem to be able to do so when using gvim (7.2) on Windows XP. Edit: For convenience, it is ...
0
votes
2answers
90 views
How to hide cursor line when focus in on other window in vim
In my vimrc file i have this option set cursorline. I want to hide this line if that window is not in focus . Is there an option in vim to do that?
See this
0
votes
1answer
58 views
Strange bar at top of my MacVim?
There's a bar atop my MacVim where every time I open multiple buffers in one window, it lists them like so:
This would be fine, except if I then type ":bn" to get to the next buffer, the bar stops ...
2
votes
2answers
137 views
bind ctrl-h to move left in vim under insert mode with vundle
i am from china, so may my english is poor.
i used to write
:map! <C-h> <Left>
:map! <C-l> <Right>
in my .vimrc file to bind the ctrl-h to move left under insert mode and ...
2
votes
3answers
94 views
I want Vim to be able to save and close similarly to Photoshop in regards to buffers?
This is my issue with Vim: you have it open for a couple of days. You're ready to close vim. You don't necessarily want to save all files... you want to skip any files which don't have modified ...
4
votes
2answers
114 views
gvim line wrap should end current string and start a new one on next line
I have the following line in my .gvimrc file to auto line wrap at 80 characters.
set textwidth=80
I also have the following lines to control the C++ code indentation.
set smartindent
set cindent
...
1
vote
3answers
94 views
¬ at the end of each line in vim
this might be a silly question, but I couldn't find an answer to it. So, how can I add a ¬ to the end of each line of my vim files? It's more about styling, avoid trailing spaces, etc, like this ...
1
vote
4answers
163 views
Plugin name for showing indentation guide in gVim
Anybody, any idea??
which plugin is showing the indentation guide in the image below. Downloaded from http://leetless.de/images/vim/pyte.png
.png
Thanks
1
vote
2answers
63 views
How to make an horizontal ruler with vimscript?
i'm trying to do a command that fills up the current line with # , then goes to the begining and rewrites with the date and time, then o, this is my attempt:
:nnoremap <F6><Home>
set ...
2
votes
1answer
138 views
Why does gVim resize and reposition itself after some actions?
I started using gVim a few weeks ago. From early on, I noticed however some strange resizing of the complete gVim window when I perform certain actions. I think it is related to my use of Windows Aero ...
1
vote
1answer
149 views
vim: Highlight quickfix selected line with color different than 'Search'
What is the highlight group for the currently selected line in the quickfix window?
The selected line in the quickfix window uses Search for highlighting. I'd like to continue using yellow for Search ...
2
votes
1answer
74 views
customizing tab tooltip in gvim to show buffer list
Currently running:
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep 1 2012 18:08:47)
MacOS X (unix) version
Included patches: 1-646
Compiled by Bjorn Winckler <bjorn.winckler@gmail.com>
I ...
0
votes
0answers
74 views
Multilingual Unicode keybord in the Windows GVim version
I created my own keyboard layout using MKLC which contains Unicode characters from several languages and also some mathematical symbols. In all other applications I use (on Windows XP), the layout ...
4
votes
1answer
124 views
gVim Dynamically Change Font Based on Window Size
I'm running gVim 7.3 on a GNU/Linux machine. I'm wondering if there is a way to change the font automatically based on the size of the window. I'm relatively new to Vim, so I'm not terrible familiar ...
3
votes
1answer
136 views
showing single space invisible character in vim
I have added set listchars=tab:»\,trail:·,extends:#,nbsp:. for showing invisible characters.
It is working for tab extends but not working for nbsp, I have read the help for :set listchars and tried ...
0
votes
2answers
155 views
CONVERSION ERROR in vim
Adding set listchars=tab:▸\ ,trail:·,extends:#,nbsp:· line is causing "CONVERSION ERROR" while saving the vimrc file.
I am using gvim 7.3 under Window 7.
I have added this character using ("▸") using ...
1
vote
1answer
44 views
VIM function to create CMakeLists.txt
I'm new to Vim, and I want to create a Vim function to make a CMake file.
It doesn't work, and I don't know how should I do it, so the relevant part of my code is:
function! CMake_CV()
let @d=@%:t
...
1
vote
3answers
158 views
How to automatically determine tab type in vim and set expandtab accordingly?
Can vim attempt to automatically determine the tab type (tabs or spaces) of a file and set the tab properties to match automatically? If not, is there a plugin that will do this?
I'm working with a ...
0
votes
2answers
187 views
Vim templates, get filename and use it
I am writing a rudimentary Vim template for Java files that creates a bare skeleton class when I create a new file with the .java extension.
Example:
vim Banana.java
Vim creates a file including ...
6
votes
0answers
288 views
Mapping control keys in GVim without <c-> and i_ctrl_v
I've got a problem that I've already solved on the X-server level (BTW: I'm running Ubuntu 12.04) but not in GVim.
I have a German keyboard layout with the letters ö and ä where [ and ] are on a ...
0
votes
1answer
85 views
vim automatically highlights 'test' whenever vimrc is sourced
Whenever I reload vim after editing my .vimrc (:so $MYVIMRC) the word test is always highlighted. I did a search in my .vimrc and the word 'test' isn't even in there.
Why is this happening? I'm on ...
1
vote
2answers
44 views
Jump out of the “main Latex file” in gvim
I am using gvim to edit LaTex file. With some wrong keys, at the bottom line, the system asks me to input "main LaTeX file:". No matter what I input, I simply couldn't get out of this. I have to stop ...
0
votes
1answer
74 views
what is the fontsize prefixed with h in gvim
I am using the gVim7.2 on Windows xp and I have set the gui font as Consolas 11.
using the following code in my .vimrc
:set guifont=Consolas:h11
and all I am curious as to Why is the size ...
3
votes
2answers
188 views
How to create a key map to open and close the quickfix window in Vim
If I use :lopen, Vim opens the quickfix window, and if I use :lcl on the window with errors (or the quickfix window itself), it closes it.
What I want to do in my .vimrc is to create a map that ...
0
votes
1answer
253 views
GVIM 6.4 has better GUI and options than GVIM 7
I wanted to use tab file feature of gvim, hence I moved to gvim 7.0 from gvim 6.4.6 since older one does not support it. However to my amazement I see much better GUI in my older gvim. Not only the ...
1
vote
2answers
223 views
In GVIM or awk or sed, How do I paste a column of text from a different file after a different column of text in another file?
In GVIM How do I paste a column of text from a different file after a different column of text in another file?
-regards
1
vote
2answers
220 views
How to map {Ctrl 0,-,=} keys in vim?
My keyboard's layout(2nd row):
`1...0-=Backspace
I want to map function calls to Ctrl+ 0, -, =.
This is the function I created:
" it doesn't work
nnoremap <C-=> :call ...
0
votes
1answer
137 views
Can anyone reccommend a more readable default font for gVIM on Windows? [closed]
I find the default font used in gVim on windows to look primitive and unreadable in comparison with other editors. I am keen to stick with vim, as it is my editor of choice in the *nix world, so can ...
2
votes
2answers
126 views
align decimal point vim
I have a column of data which looks like this:
0.934
-0.3423
2.346621
0.0032
I would like to have something like this:
0.934
-0.3423
2.346621
0.0032
Is there a regex in VIM to do that or a ...
1
vote
1answer
139 views
VIM CINO not working as expected
I have searched high-and-low for the answer to this question, and have had no luck. I moved away from an integrated development environment to using VIM. (I've been very happy about it, too!) Most ...
1
vote
3answers
167 views
GVim Ctrl-W source code
Where can I find the source code for C-W operation (delete a word in insert mode) of GVim?
I tried to search in the Vim repository http://vim.svn.sourceforge.net/viewvc/vim/vim7/ but I am not able to ...
0
votes
2answers
224 views
vim undo limited to one step on some hosts
On one of my dev machines I have unlimited undos, I can hold u and go all the way back to when I opened the file.
On another, pressing u toggles between the last two changes I made, no more.
The ...
2
votes
2answers
269 views
In GVIM how can we search and highlight while keeping the previous search highlighted
In GVIM how can we search and highlight while keeping the previous search highlighted.
Example As we search a new pattern the previous pattern gets un-highlighted.
So is ter a way we can retain the ...
2
votes
1answer
518 views
MacVim command + $KEY shortcuts & behavior in GVIM under Ubuntu
I have been using MacVim & have gotten used to it but my main development computers are all Linux(Ubuntu)
I'd like MacVim like shortcuts and behavior
I know you can get windows like behavior ...
1
vote
1answer
82 views
Using tabs in gvim along with specific number of lines and columns
I have a problem with a setting in my gvimrc. I like to always have all windows the same size so I specify the following:
set lines=90
set columns=90
This works fine except when I open gvim with ...
0
votes
1answer
715 views
vim make arrow keys work like most normal programs
I recently found VIM and started using it. I found the arrows and backspace to be flawed.
so I did this to the backspace
set backspace+=indent,eol,start
how can this be done to the arrow key to ...
6
votes
2answers
590 views
Text in Gvim disappearing
I have been having a font rendering problem with GVim on Ubuntu for quite a while. I frequently notice the problem when switching between tabs. After I switch between tabs, sometimes lines will not be ...


