zoukankan      html  css  js  c++  java
  • myvimrc

    set nocompatible execute pathogen#infect() call pathogen#helptags() call pathogen#incubate() imap jk vmap jk " jj is not suitable in visual mode set nobackup

    set noswapfile colo ron syntax on set incsearch set et set sw=4 set ts=4 set nu set nowrap set colorcolumn=80 " mark the margin, or 'cc=80' for short, only for vim v7.3+ map map map map " FuzzyFinder nnoremap :FufCoverageFile let mapleader="," " taglist let Tlist_Inc_Winwidth = 0 let Tlist_Show_One_File = 1 nmap to :TlistOpen nmap tt :TlistToggle filetype on filetype plugin indent on "nmap ev :e $MYVIMRC " use global mark mV and 'V to make this function "nmap sv :so $MYVIMRC " use :so % instead of above line "nnoremap ; : " ; is the key for repeating last inline search (f)

  • 相关阅读:
    Redis的特点
    JavaScript语言和JQuery技术
    学习javaDay13
    学习JavaDay12
    学习JavaDay11
    学习JavaDay10
    学习JavaDay09
    学习JavaDay08
    java的语法基础(二)
    java语法基础(一)
  • 原文地址:https://www.cnblogs.com/darkmatter/p/3606802.html
Copyright © 2011-2022 走看看