T-Flet / Vim

Vim configuration file and related programs and data
2 stars 0 forks source link

Things I would like.... #1

Open ExoBen opened 9 years ago

ExoBen commented 9 years ago

Auto-completing brackets - As Atom etc. has Tree on left hand side - again like atom - so you can navigate different documents in different tabs easily Optional full document view on right hand side - like Notepad++ etc so you can quickly navigate your 585 line basic_vimrc file. Themes - so multiple font colours, font sizes (!), and bg colours.

T-Flet commented 9 years ago

Just added the "smart" quotes and brackets. Will work on the rest soon. Thanks for the suggestions.

ExoBen commented 9 years ago

another nice tweak would be that, if the bracket or quote is already opened but not closed, then if it is closed by the user, a second one does not create itself (so for example if I have this: ' "hello ' and I type a quote after hello then I get ' "hello"" ' which is a bit of a pain XD

T-Flet commented 9 years ago

Added a separate theme_vimrc file for easy colour and font settings.

ExoBen commented 9 years ago

Add a list of available fonts to choose from

ExoBen commented 9 years ago

Can you pleeeeeease remove shift-space as a way to leave insert mode :) - thanks

T-Flet commented 9 years ago

Did that 22 days ago. You are probably pulling from your own branch, XD