User Tools

Site Tools


linux_og_unix:vim

Differences

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

Link to this comparison view

Next revision
Previous revision
linux_og_unix:vim [2020/03/04 10:47] – created - external edit 127.0.0.1linux_og_unix:vim [2023/10/21 19:19] (current) – external edit 127.0.0.1
Line 8: Line 8:
 <code> <code>
  
-map <F3> <C-]> +syntax enable
-map <F4> <C-t>+
  
-set showcmd+map! ¤ ansible.builtin.
  
-set wildignore=*.class +filetype plugin indent on
-set wildmode=longest,list,full +
- +
-colo candy+
  
 +set tabstop=2
 +set shiftwidth=2
 +set autoindent
 +set expandtab
 +set hlsearch
 +set incsearch
 set mouse=a set mouse=a
-set title+set nobackup 
 +set nocompatible
 set noerrorbells set noerrorbells
-set nobackup 
 set noswapfile set noswapfile
-set nocompatible+set number 
 +set showcmd 
 +set title 
 +set wildignore=*.class 
 +set wildmode=longest,list,full
  
-set autoindent+map <F3> <C-]> 
 +map <F4> <C-t>
  
 nnoremap <CR> :let @/=""<CR><CR> nnoremap <CR> :let @/=""<CR><CR>
 +nnoremap <silent> <C-l> :<C-u>nohlsearch<CR><C-l>
  
-set incsearch +colo candy
-set hlsearch +
- +
-" Create a Shortcut to Mute Hightlighting +
-nnoremap <silent> <C-l> :<C-u>nohlsearch<CR><C-l>+
  
 </code> </code>
linux_og_unix/vim.1583318829.txt.gz · Last modified: 2023/10/21 18:54 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki