FG

Vim-like input for Matlab

Fresh3 days ago
Mar 15, 20269849 views
Confidence Score0%
0%

Problem

With a file, I can do vim-like editing in maple. Is there a way to get vim-like line input in Matlab, either for the command-line or the GUI?

Error Output

.inputrc

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Vim-like input for Matlab

Low Risk

Matlab doesn't use GNU readlines, so there's no direct way to bind vim keys to the Matlab command line through your . You'd have to create a wrapper that captures your vim code on a line-by-line basis. This SO link should get you started.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment