macvim
Vim: Changing appearance of line numbers (beyond standard options)
I\'m trying figure out how far I can go in fine-tuning the appearance of my Vim GUI. I\'m using MacVim 7.3 and what I\'d like to do is change the padding, text-alignment and border color of the line n[详细]
2023-04-01 03:50 分类:问答Vim: Map Cmd-Alt-j to tabprevious?
I\'m having a heck-of-a time with this.I\'ve started using tabs more in MacVim and I\'m trying t开发者_Python百科o make a mapping of Cmd+Alt+j and Cmd+Alt+k to move back and forth between tabs.Similar[详细]
2023-03-31 20:35 分类:问答Debugging Vim PlugIn Loading
I am using MacVim on OSX 10.6 and I started getting a strange error message when I open certain files and directories with vim in the terminal. The vim command is just a symlink to the mvim script tha[详细]
2023-03-30 14:00 分类:问答MacVim-Like Find and Replace for gVim
I know about the Vim find and Replace command, but I fin开发者_如何转开发d MacVim\'s Find and Replace ( ⌘+F ) better compared to Vim\'s Native way of Finding Words. Is there a plugin for (g)Vim to as[详细]
2023-03-29 08:07 分类:问答How to define my own highlight colors to use with matchadd() in vim?
I recently found this little piece of code for my .vimrc if has(\"autocmd\") \" Highlight TODO, FIXME, NOTE, etc.[详细]
2023-03-26 00:43 分类:问答How to run the proper version of Ruby when executing through MacVim (!ruby)
Recently I saw Gary Bernhardt show off a vim shortcut he uses to execute Ruby code from within vim.The shortcut is[详细]
2023-03-25 22:06 分类:问答how to copy editing file in same location but different name with VIM
I am trying to find a combinati开发者_StackOverflow社区on of commands, macro or a plugin to copy the file I am editing in VIM (actually macvim) to the same location but with a different name. I am sur[详细]
2023-03-21 02:11 分类:问答Vim - Backspace moves cursor
When in select mode (used mouse to select some text) if I delete a chunk of text with the backspace the postion of the cursor moves backward开发者_开发知识库s a few places which is very annoying. I kn[详细]
2023-03-20 04:13 分类:问答I am getting an error, 'Permission denied', port = 0x3903, name = 'org.vim.MacVim.ServiceProvider', from VIM. How do I fix it
I am on a mac 10.5 and I am running MacVim 7.3.I get this error.What is the meaning of 开发者_JAVA技巧this error?[详细]
2023-03-19 01:03 分类:问答change from insert to normal mode when switching to another tab?
Say I have multiple tabs with multiple buffers in split screens. When I am in edit mode in one buffer and switch to another tab (ctrl-pageDown), I am still in insert mode.[详细]
2023-03-17 19:54 分类:问答