Guest User

Untitled

a guest
Dec 9th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 1.12 KB | None | 0 0
  1. "bullshit
  2.  
  3. set nocompatible
  4.  
  5. set nohidden
  6. set nolazyredraw
  7. set showmode
  8. set wildmenu
  9.  
  10. set wrapscan
  11. "set shellslash
  12. set vb
  13. set laststatus=2
  14. set synmaxcol=2048
  15. set incsearch
  16. set guifont=Liberation\ Mono:h8
  17. set autoindent
  18. set smartindent
  19. "set noexpandtab
  20. set expandtab
  21. set tabstop=8
  22. set shiftwidth=8
  23. set showtabline=1
  24. set linespace=0
  25.  
  26. set guioptions+=Ffacg
  27. set ruler
  28. set showmatch
  29. set showmode
  30. set smartindent
  31. set smarttab
  32. set guioptions-=T
  33. set laststatus=2
  34.  
  35. set backspace=2
  36.  
  37. set history=200
  38.  
  39. filetype on
  40. filetype plugin on
  41. filetype indent on
  42.  
  43. au BufRead,BufNewFile *.go set filetype=go
  44. au BufNewFile,BufRead SConstruct set filetype=python
  45. au BufNewFile,BufRead SConscript* set filetype=python
  46.  
  47. set textwidth=80
  48. set colorcolumn=80
  49. "au GUIEnter * set cursorline
  50. set cursorline
  51. set wrap
  52. set hls
  53.  
  54. "let g:inkpot_black_background=1
  55. "colors neverness
  56.  
  57. set encoding=utf-8
  58. set fileencoding=utf-8
  59.  
  60. "au GUIEnter * simalt ~x
  61.  
  62. syntax on
  63.  
  64. "-------------------------------
  65. map <M-Space> <Esc>
  66. map! <M-Space> <Esc>
  67. ">2011
  68. ">not having caps lock mapped as esc
  69. map <F2> :echo strftime('%c')<CR>
Add Comment
Please, Sign In to add comment