equal
deleted
inserted
replaced
373 +----------------------------------------+---------+ |
373 +----------------------------------------+---------+ |
374 | Copy/yank an entire line | ``yy`` | |
374 | Copy/yank an entire line | ``yy`` | |
375 +----------------------------------------+---------+ |
375 +----------------------------------------+---------+ |
376 |
376 |
377 Note: You can prefix numbers to any of the commands, to repeat them. |
377 Note: You can prefix numbers to any of the commands, to repeat them. |
378 |
378 ppp |
379 Undo and Redo |
379 Undo and Redo |
380 ~~~~~~~~~~~~~ |
380 ~~~~~~~~~~~~~ |
381 You can undo almost anything using ``u``. |
381 You can undo almost anything using ``u``. |
382 |
382 |
383 To undo the undo command type ``C-r`` |
383 To undo the undo command type ``C-r`` |
423 | Replace all instances of ``old`` with |``:%s/old/new/gc``| |
423 | Replace all instances of ``old`` with |``:%s/old/new/gc``| |
424 | ``new`` in the entire file but ask | | |
424 | ``new`` in the entire file but ask | | |
425 | for confirmation each time. | | |
425 | for confirmation each time. | | |
426 +---------------------------------------+------------------+ |
426 +---------------------------------------+------------------+ |
427 |
427 |
428 |
428 SciTE |
429 scite |
|
430 ----- |
429 ----- |
431 |
430 |
|
431 SciTE is a *source code* editor, that has a feel similar to the GUI text editors. It has a wide range of features that are extremely useful for a programmer, editing code. Also it aims to keep configuration simple, and the user needs to edit a text file to configure SciTE to his/her liking. |
|
432 |
|
433 Opening, Saving, Editing files with SciTE is extremely simple and trivial. Knowledge of using a text editor will suffice. |
|
434 |
|
435 SciTE can syntax highlight code in various languages. It also has auto-indentation, code-folding and other such features which are useful when editing code. |
|
436 |
|
437 SciTE also gives you the option to (compile and) run your code, from within the editor. |
432 |
438 |
433 Personalizing your Environment |
439 Personalizing your Environment |
434 ============================== |
440 ============================== |
435 |
441 |
436 .bashrc |
442 .bashrc |