Size: 327
Comment:
|
Size: 892
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
== Zenburn look and feel for Vim and GVim == Edit ~/.vimrc and add the following {{{ set t_Co=256 colors zenburn }}} Run the following: * mkdir -p ~/.vim/colors * cd ~/.vim/colors * wget https://github.com/jnurmine/Zenburn/blob/master/colors/zenburn.vim == Exit without save == * Escape * :q! == Save and exit == * Escape * :wq == Insert == * Escape * Place cursor * Press i == Delete line == * Escape * Place cursor * Press dd == Delete character == * Escape * Place cursor * Press x == Undo == * Escape * Press u |
|
Line 12: | Line 51: |
Commands: | |
Line 20: | Line 58: |
Commands: |
vim
Console text editor for *NIX.
Zenburn look and feel for Vim and GVim
Edit ~/.vimrc and add the following
set t_Co=256 colors zenburn
Run the following:
- mkdir -p ~/.vim/colors
- cd ~/.vim/colors
wget https://github.com/jnurmine/Zenburn/blob/master/colors/zenburn.vim
Exit without save
- Escape
- :q!
Save and exit
- Escape
- :wq
Insert
- Escape
- Place cursor
- Press i
Delete line
- Escape
- Place cursor
- Press dd
Delete character
- Escape
- Place cursor
- Press x
Undo
- Escape
- Press u
Copy
- Escape
- Place cursor on start
- Press v
- Select with cursor
- Press y
Cut
- Escape
- Place cursor on start
- Press v
- Select with cursor
- Press d
Paste
- Escape
- Place cursor on destination
- Press p