aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/.gitignore1
-rw-r--r--vim/.vim/bundle/.gitignore2
l---------vim/.vim/init.vim1
-rw-r--r--vim/.vimrc8
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 @@
1vim-kerboscript 1vim-kerboscript
2vim-go 2vim-go
3vim-latex
4vim-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
diff --git a/vim/.vimrc b/vim/.vimrc
index cde36c1..c71e47d 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -44,10 +44,10 @@ nnoremap Q <Nop>
44cnoremap w!! w !sudo tee > /dev/null % 44cnoremap w!! w !sudo tee > /dev/null %
45 45
46" Switch windows with <C-W>[direction] 46" Switch windows with <C-W>[direction]
47noremap <C-J> <C-W>j 47nnoremap <C-J> <C-W>j
48noremap <C-K> <C-W>k 48nnoremap <C-K> <C-W>k
49noremap <C-H> <C-W>h 49nnoremap <C-H> <C-W>h
50noremap <C-L> <C-W>l 50nnoremap <C-L> <C-W>l
51 51
52" Never use the arrow keys 52" Never use the arrow keys
53noremap <Up> "" 53noremap <Up> ""