Skip to content

Commit

Permalink
Adding tab-switching commands and setting some more defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
rich committed Feb 25, 2012
1 parent 19fb5ac commit 1a2235a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vimrc_default
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ colorscheme desert
"Default {{{
set expandtab
set number
set tabstop=2
set softtabstop=2
set shiftwidth=2
"set textwidth=80
set smarttab
set expandtab
let mapleader = ","
let g:mapleader = ","

Expand All @@ -24,6 +30,8 @@ nnoremap <C-j> <C-W>j
nnoremap <C-k> <C-W>k
nnoremap <C-l> <C-W>l
nnoremap <C-h> <C-W>h
nnoremap <silent><c-p> :tabp <CR>
nnoremap <silent><c-n> :tabn <CR>

"}}}

Expand Down

0 comments on commit 1a2235a

Please sign in to comment.