forked from zaiste/vimified
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathafter.vimrc
More file actions
54 lines (41 loc) · 1.23 KB
/
after.vimrc
File metadata and controls
54 lines (41 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
noremap <left> <left>
noremap <up> <up>
noremap <down> <down>
noremap <right> <right>
" Smart way to move between windows
map <C-up> <C-W><up>
map <C-down> <C-W><down>
map <C-left> <C-W><left>
map <C-right> <C-W><right>
set norelativenumber
set number
set laststatus=2 " Solves: statusline does not appear until I create a split
set noshowmode " Get rid of the default mode indicator
let g:airline_powerline_fonts = 0 " Use powerline symbols
set t_Co=256 " Force Vim into 246 color mode, to display airline colors
let g:arline_theme = 'light' " Self explanatory
" End of airline configs
" "
" " let g:indentLine_color_term = 239
"
map <C-t> :tabnew<cr>
map <C-d> :tabc<cr>
map <C-o> :tabe
map <C-p> :tabp<cr>
"noremap ; l
"noremap l h
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Spell checking
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" dizionario ita
setlocal spell spelllang=it
" solo gvim
setlocal mousemodel=popup
" Pressing ,ss will toggle and untoggle spell checking
map <leader>ss :setlocal spell!<cr>
""""""""""""""
" non so perche' il plugin per python lo disabilita..
set formatoptions+=t
" swap files
set dir=~/tmp
set swapfile