2

Is there a way to use the vim editor like the mac textmate editor ? I am searching a easy configuration or plugin.

  • a split screen or a panel for directorys
  • currently opend files

or many cool stuff like textmate.

is there any plugin for the vi - vim editor or configuration tutorial aviable ?

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
bulleric
  • 239
  • 1
  • 2
  • 8

5 Answers5

4

You could start by following http://blog.danielfischer.com/2010/11/19/a-starting-guide-to-vim-from-textmate/

Unreason
  • 1,146
  • 1
  • 7
  • 22
  • The http://vimcasts.org site has some good videos which show how to do textmate things in Vim. – gm3dmo Sep 12 '11 at 12:32
3

The main plugins you might be interested in will be:

SnipMate (Textmate-like snippets), Nerdtree (directory browser), Minibufexplorer (manage multiple buffers) and taglist (Make use of C-tags for an object browser).

You can find these plugins and more at http://vim.org/

unhappyCrackers1
  • 977
  • 1
  • 6
  • 18
0

Vimmate is an effort to do just what you ask. The only problem is that it seems abandonware. But it works for me.

enter image description here

You can try it by doing sudo gem install VimMate.

chmeee
  • 7,270
  • 3
  • 29
  • 43
0

If you want Textmate alternative for Linux. Try this

1) Gedit with Gedit-gmate and Gedit-plugins https://github.com/gmate/gmate

2) Redcar https://github.com/redcar/redcar/wiki/installation

0

Or, alternate approachs:

  • Vico, editor with Vi keybindings and support for some TextMate bundles
  • TextMateVim, TextMate plugin to add some Vi keybindings
cczona
  • 101
  • 1