vim-stuff
This is an old revision of the document!
vim Stuff
Windows
CTRL-W <arrow left / arrow right> switch window
Tabs
:tabnew neuer Tab gT, gt Tab wechseln $ vim -p <file1> <file2> files in Tabs öffnen
diff
$ vim -d <file1> <file2>
Mouse woes in Debian 9+
Use shift+Mouse button to paste stuff.
.vimrc
"activate syntax highlighting syntax on "cope with black background set background=dark "honor modelines in files set modeline set modelines=5 "activate intelligent indenting set autoindent set backspace=indent,eol,start "display statusline set laststatus=2 "display position in statusline set ruler "activate linenumbers set number "display tab characters set listchars=tab:>-
vim-stuff.1570377093.txt.gz · Last modified: 2019/10/06 17:51 by baumi