vim links 2012-01-09

More vim plugins

M.

 

vim links 2012-01-05

vim screencasts websites

M.

 

vim plugins I

I have discovered something awesome today, a Tim “the man” Pope’s plugin called Pathogen which allows us to use vim plugins just typing, in the majority of cases, git clone and the github url in the ~/.vim/bundle directory. I have renamed my old ~/.vim directory and created a new one including the bundle directory. I have installed the following plugins in ten minutes:

 

vim links 2012-01-03

This is the first of, I hope so at least, a lot of posts about vim links (a fantastic console text editor I’m using in my laptop).

Pathogen

M.

 

Vim tips

These are some tips about my vim configuration in order to code ruby/rails using it:

Plugins

  • NERDTree
  • FuzzyFinder & FuzzyFinderTextMate
  • l9

Themes

  • Tomorrow-Night

Shortcuts

  • Ctrl+W+W – Move between code and tree window.
 

Vim & rails

Hi

I’m trying to code rails apps using vim, some people say it goes ok, and I wanted to use NERDTree vim plugin. I installed it from here but it doesn’t work so my advice is clone the git repository and copy the plugin and doc folders content in your ~/.vim config directory (from plugin to plugin and doc to doc obviously) and it works perfectly.

M.

 

Sound problem

This is my new problem sequence (and its solution):

- aptitude dist-upgrade
- nvidia module broken
- nvidia problem solved
- new KDE
- sound broken in desktop apps (youtube working fine).
- rm -Rf ~/.pulse
- rm -Rf ~/.pulse-cookie
- sound working perfectly.

That’s all

M.

 

Debian/nvidia couple

Hi there

Debian shows me everyday that I don’t have to stop learning about it. I have a nvidia video card in my computer and my last dist-upgrade using Sid broke it. After some days trying to repair it (I have to say that I have been taking care of my daughter which means I don’t have much time) I decided to go to Debian wiki to read about nvidia problems.

After reading it I only had to execute two commands, which are:

m-a prepare
m-a auto-install nvidia

and that’s all folks.

M.

P.S. Ramiro, don’t write a comment with ‘I knew it’ :-)

 

Fuckin’ ipw2200 configuration in kubuntu

Two lost days trying to configure my wireless connection using kubuntu and the problem was:

cat /etc/modprobe.d/ipw2200.conf
options ipw2200 hwcrypto=1

changed from hwcrypto=1 to hwcrypto=0 and working properly.

I’m going to check what the fuck this is.

M.

 

Metal songs in Violins & Chelos

Here they are

Welcome to the jungle (Guns n’ Roses)
Toxicity (System of a Down)

M.