Changes in BOOK/temp-system/common/vim.xml [0f90f2f:dabbced]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
r0f90f2f rdabbced 95 95 <screen os="m"><userinput>ln -sv vim /tools/bin/vi</userinput></screen> 96 96 97 <para os="tv1" >Create a temporary vimrc to make it function more the way you may98 expect it to. This is explained more in the final system:</para>99 100 <screen os="tv2"><userinput>cat > /tools/etc/vimrc << "EOF"101 <literal>" Begin /etc/vimrc102 103 set nocompatible104 set backspace=2105 set ruler106 syntax on107 108 " End /etc/vimrc</literal>109 EOF</userinput></screen>110 111 97 </sect2> 112 98
Note:
See TracChangeset
for help on using the changeset viewer.