Move neuron stuff elsewhere

This commit is contained in:
Martin Potier 2020-11-02 16:26:53 +02:00
parent 8f6d40bfbd
commit bc2e1bbcbb
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 0 additions and 3 deletions

View File

@ -224,9 +224,6 @@ let
" Set filetype tex for tikz files
au BufNewFile,BufRead *.tikz set filetype=tex
" Neuron stuff
let g:neuron_dir = "~/zk/"
" Thx Mats for the following
:cnoremap <C-A> <Home>
:cnoremap <C-B> <Left>