From 39366733c3fe943363566756e2e152c45a1b3cb2 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.2.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- slackbook/html/vi-configuration.html | 96 ------------------------------------ 1 file changed, 96 deletions(-) delete mode 100644 slackbook/html/vi-configuration.html (limited to 'slackbook/html/vi-configuration.html') diff --git a/slackbook/html/vi-configuration.html b/slackbook/html/vi-configuration.html deleted file mode 100644 index e37b86dda..000000000 --- a/slackbook/html/vi-configuration.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - -vi Configuration - - - - - - - - - - - -
-

16.6 vi -Configuration

- -

Your vi clone of choice can be configured in several -ways.

- -

A variety of commands can be entered while in command mode to set up vi just how you like it. Depending on your editor, you can enable -features to make programming easier (like syntax hilighting, auto-indenting, and more), -set up macros to automake tasks, enable textual substitutions, and more.

- -

Almost all of these commands can be put into a configuration file in your home -directory. elvis expects a .exrc file, -while vim expects a .vimrc file. Most -of the setup commands that can be entered in command mode can be placed in the -configuration file. This includes setup information, textual substitutions, macros, and -more.

- -

Discussing all these options and the differences between the editors is quite an -involved subject. For more information, check out the man page or web site for your -preferred vi editor. Some editors (like vim) have extensive help within the editor that can be accessed with -the :help command, or something similar. You can also check out the -O'Reilly book Learning the vi Editor by -Lamb and Robbins.

- -

Many common programs in Linux will load up a text file in vi -by default. For example, editing your crontabs will start up vi -by default. If you do not like vi and would like another editor -to be started instead, all you need to do is set the VISUAL -environment variable to the editor you prefer. For information on setting environment -variables, see the section called Environment Variables in Chapter 8. If you want to make -sure that your editor will be the default every time you login, add the VISUAL setting to -your .bash_profile or .bashrc -files.

-
- - - - - -- cgit v1.2.3