macvim
Deleting spaces on multiple lines in VIM
To indent HAML code I usually add or delete 2 spaces. Adding I do: Enter visual mode ( ctrl + v) jj to select the lines[详细]
2023-02-05 07:42 分类:问答How to create a Nerdtree node that uses tmpl.html
I am using nerdtree with MacVim but I can\'t figure out how to create a node and have it use my ~/.vim/skel/tmpl.html file when I create a new node. I type m - a to create the node. If I use a vim com[详细]
2023-02-03 18:36 分类:问答Vim: How to exchange key bindings? (bind '|' on '7' key)
Having the German Mac Keyboard Layout, it is a pain to type | as it is bound to <A-7> and it is hard for me to reach the Alt key.[详细]
2023-02-03 15:05 分类:问答Mapping the caps lock key win vim
I am trying to map the caps lock key to开发者_StackOverflow do an action in MacVIM, but I cannot figure out how to map that key.It is not possible (unlessthere are big changes in mac version): vim use[详细]
2023-02-01 19:03 分类:问答Uninstalling MacVim
I\'ve removed MacVim from my /Applications/ directory but in terminal when I type vim 开发者_如何学Goan error is displayed: no such file or directory: /Applications/MacVim.app/Contents/MacOS/Vim[详细]
2023-02-01 17:16 分类:问答Find/Grep in all VI buffers
With many buffers open, I need开发者_如何转开发 a simple way to search all buffers for a regex and navigate the search result (quick list?)[详细]
2023-01-29 19:09 分类:问答How can I convince OS X to open txmt:// URLs in MacVim?
I guess there\'s not much else to the question.开发者_运维技巧OS X 10.5.If possible, use the mvim://-protocol instead. It should be compatible with the txmt://-protocol.[详细]
2023-01-28 18:41 分类:问答macvim rails.vim hangs while running spec
I\'m using the latest versions of MacVim, rails.vim and my terminal is ZSH. When I run a rspec (rspec2),the spec output buffer prints the output to a certain extent(around 10 line开发者_StackOverflow中[详细]
2023-01-27 10:20 分类:问答Vim/MacVim: when I scroll with mouse, the text cursor moves too!
I\'ve been getting used to Vim/MacVim for the last few weeks. One of main problems I seem to be having is when I 开发者_运维百科scroll around using the mouse (especially when I\'m trying to select lar[详细]
2023-01-25 14:47 分类:问答VIM: exit insert mode with :normal command
When I go into insert mode with the :normal command (:normal i) for example, how do I exit insert mode?[详细]
2023-01-22 06:40 分类:问答