Vim: Difference between revisions

Jump to navigation Jump to search
m (Add indentation file)
m (Add missing word to sentence.)
Line 37: Line 37:


Unfortunately info does not work in dumb terminals. As gVim has only dumb terminal, a workaround must be done to access info. Two methods are possible. First one is to use some plugin, like [https://github.com/carlobaldassi/ConqueTerm ConqueTerm], which turn gVim buffer into terminal emulator.
Unfortunately info does not work in dumb terminals. As gVim has only dumb terminal, a workaround must be done to access info. Two methods are possible. First one is to use some plugin, like [https://github.com/carlobaldassi/ConqueTerm ConqueTerm], which turn gVim buffer into terminal emulator.
Second method is to select an external terminal emulator, preferably fast loading one, as xterm, and install it. For installing it under Ubuntu, you can type:
Second method is to select an external terminal emulator, preferably fast loading one, such as xterm, and install it. For installing it under Ubuntu, you can type:


  $ sudo apt-get install xterm
  $ sudo apt-get install xterm