gnome terminal + vim's directory browser = underlines

1

Opening a directory up in Vim (using gnome-terminal) looks like this:

enter image description here

Notice the underline that shows which line we're currently on? Can this underline be changed or removed?

anonymous_coward

Posted 2012-07-13T14:14:25.687

Reputation: 13

Answers

2

This command should remove the underline:

:hi cursorLine cterm=NONE gui=NONE

romainl

Posted 2012-07-13T14:14:25.687

Reputation: 19 227

-1

You may avoid that by using NerdTree: http://www.vim.org/scripts/script.php?script_id=1658

John Chain

Posted 2012-07-13T14:14:25.687

Reputation: 109