Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vim
- 2085]]</callout> * gestión/instalación plugins en sus propios directorios (runtimepath): [[https://... e line * ''G'' o ''$'' : move the cursor to the end of the file * ''gg'' : move the cursor to the ... down one line * ''e'' : move the cursor to the end of the word * ''b'' : move the cursor to the b... * ''yy'' : Copy current line * ''y$'' : Copy to end of line * ''D'' : Cut to end of line ==Search
- vi(m)
- ayuda: '':help vimrc'' === colores * colorear en función del lenguaje: ''syntax on'' * esquema d... ber (nu)'' * muestra la pareja de { [ ( si está en pantalla: ''set showmatch (sm)'' * autodindenta... ' === búsquedas * ignora mayúsculas/minúsculas en la búsqueda?:''set ignorecase (ic)'' * muestra ... ate * [[http://mundogeek.net/archivos/2007/06/09/esquemas-de-colores-en-vim/|esquemas de colores]]
- .vimrc
- " asignar F2 para activar/desactivar autoindent en paste de texto nnoremap <F2> :set invpaste paste?