Last active
March 19, 2019 15:09
-
-
Save jonsmithers/f6b54f228ef0e2cd973a4f80654ccf21 to your computer and use it in GitHub Desktop.
IntelliJ - Open in Vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Settings > External Tools > Add | |
Name: Open in Vim | |
Program: gvim | |
Arguments: $FilePath$ "+call cursor($LineNumber$, $ColumnNumber$)" "+set cursorline" "+set lines=100" "+set columns=1000" "+autocmd VimLeavePre * execute '!idea ' . expand('%') . ':' . line('.')" | |
Working directory: $ProjectFileDir$ | |
Advanced > Open console for tool output: OFF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment