Skip to content

marslo/MarsloVimOthers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marslo Vim Others

The pursor is for some git plugins:

  • vimtweak
  • conquesterm
:so %
  • ctags

About Gvim Colors:

vimtweak.dll

Links

Usage

  • Put vimtweak.dll to vim runtime directory (same as vim.exe)
  • Official usage
Alpha Window:
  200/255 alpha
  :call libcallnr("vimtweak.dll", "SetAlpha", 200)
  reset alpha
  :call libcallnr("vimtweak.dll", "SetAlpha", 255)

Maximized Window:
  Enable
  :call libcallnr("vimtweak.dll", "EnableMaximize", 1)
  Disable
  :call libcallnr("vimtweak.dll", "EnableMaximize", 0)

TopMost Window:
  Enable
  :call libcallnr("vimtweak.dll", "EnableTopMost", 1)
  Disable
  :call libcallnr("vimtweak.dll", "EnableTopMost", 0)

conqueterm_2.2.vmb

Link

Usage

  • Installation:
:so %
  • Official usage:
Type :ConqueTerm  to run your command in vim, for example:
:ConqueTerm bash
:ConqueTerm mysql -h localhost -u joe -p sock_collection
:ConqueTerm Powershell.exe
:ConqueTerm C:\Python27\python.exe
To open ConqueTerm in a new horizontal or vertical buffer use:
:ConqueTermSplit 
:ConqueTermVSplit 
:ConqueTermTab