Skip to content

Commit

Permalink
Use ctrl to navigate trough windows
Browse files Browse the repository at this point in the history
  • Loading branch information
odolbeau committed Jul 2, 2013
1 parent 7b836b3 commit bc8d70a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _vimrc
Expand Up @@ -101,6 +101,12 @@
" Hit space to see next page
nmap <Space> <PageDown>
" Navigate trough split
nmap <silent> <C-Up> :wincmd k<CR>
nmap <silent> <C-Down> :wincmd j<CR>
nmap <silent> <C-Left> :wincmd h<CR>
nmap <silent> <C-Right> :wincmd l<CR>
" Clean code function
function! CleanCode()
silent! %retab " Replace tabs with spaces
Expand Down

0 comments on commit bc8d70a

Please sign in to comment.