User Tools

Site Tools


linux_og_unix:vim

Differences

This shows you the differences between two versions of the page.


Next revision
linux_og_unix:vim [2020/03/04 10:47] – created - external edit 127.0.0.1
Line 1: Line 1:
 +[[linux_og_unix:start|Tilbage til Linux og Unix]]
  
 +===== VIM =====
 +
 +  * [[https://sanctum.geek.nz/arabesque/vim-koans|VIM Koans]]
 +
 +Min .vimrc siger p.t. sådan her ud:
 +<code>
 +
 +map <F3> <C-]>
 +map <F4> <C-t>
 +
 +set showcmd
 +
 +set wildignore=*.class
 +set wildmode=longest,list,full
 +
 +colo candy
 +
 +set mouse=a
 +set title
 +set noerrorbells
 +set nobackup
 +set noswapfile
 +set nocompatible
 +
 +set autoindent
 +
 +nnoremap <CR> :let @/=""<CR><CR>
 +
 +set incsearch
 +set hlsearch
 +
 +" Create a Shortcut to Mute Hightlighting
 +nnoremap <silent> <C-l> :<C-u>nohlsearch<CR><C-l>
 +
 +</code>
 +
 +
 +candy farver kan hentes på: http://www.vim.org/scripts/script.php?script_id=282
 +
 +rainbow farver kan hentes på: http://www.vim.org/scripts/script.php?script_id=463
linux_og_unix/vim.txt · Last modified: 2023/10/21 19:19 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki