Compare commits

..

No commits in common. "6dd90bc25461b62ab21d5858d061d7769e093680" and "955afa53ec2968f37378b8a140f241df287a4c97" have entirely different histories.

2 changed files with 3 additions and 44 deletions

View File

@ -211,46 +211,6 @@
"key_code": "right_option"
}
]
},
{
"from": {
"key_code": "up_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "down_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "left_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "right_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
}
]
},

View File

@ -27,6 +27,7 @@ set hidden
set cmdheight=1
set encoding=utf-8
set undofile
set incsearch
set scrolloff=8
set t_BE=
au BufWritePre * let &bex = '@' . strftime("%F.%H:%M")
@ -70,10 +71,8 @@ set ic
" cursor
set guicursor=
set guicursor+=a:blinkon0
let &t_SI = "\<esc>[6 q"
let &t_SR = "\<esc>[6 q"
let &t_EI = "\<esc>[6 q"
let &t_EI = "\<esc>[2 q"
""""""""""""""""""""""""""""""""
" Plugins
@ -136,6 +135,7 @@ let NERDTreeShowHidden=1
" latex
let g:tex_flavor = "latex"
""""""""""""""""""""""""""""""""
" Theme
""""""""""""""""""""""""""""""""
@ -190,7 +190,6 @@ set statusline+=\ [%c]
""""""""""""""""""""""""""""""""
let mapleader = "\<Space>"
nmap <leader>a :CocAction<CR>
nmap <leader>d :CocDiagnostics<CR>
nmap <leader>2 :w!<cr>
" Go to definition