Tagged Questions
2
votes
5answers
1k views
Console Text Editor with Windows-like keyboard shortcuts (ctrl-z, x, c, v)
Ok, I realise that I risk a religious war asking a question about text editors, but here goes.
Requirements
Mostly used for config file edits
Text based not GUI
Available for Raspian flavour of ...
8
votes
2answers
1k views
Locate and delete all temporary files in user directory
I use vim a lot, and my area has power failure a lot. So the resultant is I get many *.swp files scattered over my PC.
I want an alias of rm command that removes all files with either .swp, ~, ...
1
vote
1answer
117 views
How to create and edit a text file from the bash shell
I am logged into a linux server via ssh. From the bash shell, is there any standard way of bringing up some kind of text editing environment so I can create and edit a text file? I am aware that there ...
4
votes
2answers
568 views
How to install light-weight vim and to be able to efficiently load files into one instance vim?
On my laptop with Ubuntu I'm able to have just one instance of vim, launched with
vim --servername VIM
After this I'm able to open files from console with
vim --remote-silent filename
I use ...
7
votes
6answers
3k views
Modifying PDF files
I need to do some basic editing on existing PDF file. I.e. I need to:
Add chapters/bookmarks
Change some page numbering
However I cannot find any tool - GUI or commandline - which would offer this ...
6
votes
10answers
806 views
Development environment for C
Looking for ideas on setting up a convenient and productive development environment for C development. I found C editing with Vim very helpful but I would like to get a wider sampling of suggestions.