FG
💻 Software

How to remap a NERDTree shortcut in VIM

Fresh5 days ago
Mar 15, 202613289 views
Confidence Score0%
0%

Problem

I use the Dvorak keyboard layout with VIM, and the 't' key is the 'up' motion when editing a regular file. The problem is that NERDTree remaps 't' to open files in a new tab. How can I undo that mapping and use 't' for the up motion in NERDTree? Here are the relevant lines from my vimrc file and fr…

Error Output

no t k

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to remap a NERDTree shortcut in VIM

Low Risk

The documentation for NERDTree shows that you can change the mapping letter for most, if not all of the mappings. For example, " " shows this: So in your vimrc you can put something like this to change it from "t" to "\t": Then NERDTree will stop ov…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment