Tagged Questions
3
votes
5answers
437 views
How to paste text from Vim editor to browser?
I need to copy text from vim to web browser since I'm not able to use gedit as I'm opening an sql file. How do I get this done?
1
vote
0answers
119 views
Converting Vim Syntax Highlight For Gedit
I found a Custom Syntax For Vim. How can i use it with gedit?
http://dl.dropbox.com/u/32657135/alderz-smali-vim-ae77727.zip
2
votes
6answers
1k views
Any editor that does autocompletion in Ubuntu?
Is there any editor/IDE(or a plugin for an existing editor like Vim or GEdit) that does auto-completion of many languages (not just C++)? Aptana does only HTML/CSS/JS and Code::Blocks does only C++ (I ...
6
votes
3answers
1k views
Getting Quickly to use Gvim instead of Gedit
How do I get Quickly to use Gvim (or just vim in a terminal) as its default text editor instead of Gedit?
If this can be done, I must be doing it wrong...
Ubuntu 10.10 AMD64.
12
votes
1answer
3k views
How to stop Gedit, Gvim, Vim, Nano from adding End-of-File newline char?
Sometimes I want the last line of a text file to be a simple string of text with no newline character appended: ...eg. to concatenate another file to it.
Several editors automatically modify my ...