diff options
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/.vim/.gitignore | 1 | ||||
| -rw-r--r-- | vim/.vim/bundle/.gitignore | 2 | ||||
| l--------- | vim/.vim/init.vim | 1 | ||||
| -rw-r--r-- | vim/.vimrc | 8 |
4 files changed, 8 insertions, 4 deletions
diff --git a/vim/.vim/.gitignore b/vim/.vim/.gitignore new file mode 100644 index 0000000..f84e7ed --- /dev/null +++ b/vim/.vim/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| spell/ | |||
diff --git a/vim/.vim/bundle/.gitignore b/vim/.vim/bundle/.gitignore index aa36e72..bf5f73d 100644 --- a/vim/.vim/bundle/.gitignore +++ b/vim/.vim/bundle/.gitignore | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | vim-kerboscript | 1 | vim-kerboscript |
| 2 | vim-go | 2 | vim-go |
| 3 | vim-latex | ||
| 4 | vim-latex-live-preview | ||
diff --git a/vim/.vim/init.vim b/vim/.vim/init.vim new file mode 120000 index 0000000..eb21de1 --- /dev/null +++ b/vim/.vim/init.vim | |||
| @@ -0,0 +1 @@ | |||
| /home/tom/.vimrc \ No newline at end of file | |||
| @@ -44,10 +44,10 @@ nnoremap Q <Nop> | |||
| 44 | cnoremap w!! w !sudo tee > /dev/null % | 44 | cnoremap w!! w !sudo tee > /dev/null % |
| 45 | 45 | ||
| 46 | " Switch windows with <C-W>[direction] | 46 | " Switch windows with <C-W>[direction] |
| 47 | noremap <C-J> <C-W>j | 47 | nnoremap <C-J> <C-W>j |
| 48 | noremap <C-K> <C-W>k | 48 | nnoremap <C-K> <C-W>k |
| 49 | noremap <C-H> <C-W>h | 49 | nnoremap <C-H> <C-W>h |
| 50 | noremap <C-L> <C-W>l | 50 | nnoremap <C-L> <C-W>l |
| 51 | 51 | ||
| 52 | " Never use the arrow keys | 52 | " Never use the arrow keys |
| 53 | noremap <Up> "" | 53 | noremap <Up> "" |
