Vim Ignores Aliases
Fresh3 days ago
Mar 15, 20262609 viewsConfidence Score0%
0%
Problem
If I map a command in vim using something like Vim will ignore my alias for pdflatex (something like alias pdflatex='pdflatex --temp-dir=something'). Is it possible to make vim not ignore it?
Error Output
map <f4> :! pdflatex %<cr>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Vim Ignores Aliases
Low Risk
Vim 'ignores' your aliases because your shell is not in a 'mood' to parse your (you did not specify, where your aliases are defined) because it is not started as a login/interactive shell (read here to find out more about what is read when and for w…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix