2013-08-09 13 views

उत्तर

8

आप यहां विस्तृत विधियों का उपयोग कर सकते हैं: http://vim.wikia.com/wiki/Change_font_size_quickly आपके लिए यह करने के लिए कीबाइंडिंग बनाने के लिए।

+1

लेकिन यह एक ही vim की gtk2 संस्करण के लिए काम करता है। एक सामान्य संस्करण नहीं। –

9

The font size of a a console-based vim is determined by the font size of the terminal (हालांकि मैं हैरान जाँचने बॉक्स से बाहर इस का समर्थन नहीं करता हूँ, MacVim सीएमडी + + के साथ करता है)। तो vim फ़ॉन्ट आकार बदल रहा changing font size of the terminal द्वारा प्राप्त किया जा सकता है कि vim से कहा जाता है:

|Terminal emulators |  + font size  |- font size 
-------------------------------------------------------------------- 
| xterm   |Shift + Keypad Plus(+)|Shift + Keypad Minus(-) 
|     |Or control + mouse right click to choose the 
|     |desired font size. 
-------------------------------------------------------------------- 
| GNOME terminal |Control+Shift+Plus(+) |Control + Minus(-) 
|     |Do not use keypad. |Do not use keypad. 
-------------------------------------------------------------------- 
| Terminator  |Control+Shift+Plus(+) |Control+Minus(-) 
|     |Do not use keypad. |Do not use keypad. 
-------------------------------------------------------------------- 
| Konsole  |Control+Mouse Wheel |Control + Mouse Wheel 
|     |Scroll Up, or   |Scroll Down, or 
|     |Control + Plus(+)  |Control + Minus(-) 
-------------------------------------------------------------------- 
| lilyterm  | Control + Plus(+) |Control + Minus(-)  
-------------------------------------------------------------------- 
| xfce4-terminal | Right Click/Preferences/Appearance. 
|     | No keyboard or mouse shortcut. 
-------------------------------------------------------------------- 
| lxterminal  | Edit/Preferences/Style. 
|     | No keyboard or mouse shortcut. 
-------------------------------------------------------------------- 
| mlterm   | Control + Right click to bring up settings. 
|     |Encoding tab/Font Size. 
|     | No keyboard or mouse shortcut. 
-------------------------------------------------------------------- 
| kterm    | Control + Right click to bring up font size menu. 
-------------------------------------------------------------------- 
|rxvt-unicode(urxvt)|Issue printf command inside terminal window. 
|     |Eg: printf '\33]50;%s\007' "xft:DejaVu Sans Mono-8" 
|     |running this command inside flying vim is not  
|     |working. One has to quit vim and issue the commmand 
-------------------------------------------------------------------- 
संबंधित मुद्दे

 संबंधित मुद्दे