Skip to content

Commit

Permalink
more zen
Browse files Browse the repository at this point in the history
  • Loading branch information
git2samus committed Jan 5, 2016
1 parent 0991081 commit b6598eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -198,6 +198,9 @@ nnoremap <Down> <C-w>j
nnoremap <Left> <C-w>h
nnoremap <Right> <C-w>l
" easier normal mode plus consistent forward-backward repeat movement
noremap , :
noremap : ,
" language-specific debuggers
autocmd FileType python nnoremap <Leader>d oimport pdb; pdb.set_trace()<Esc>
Expand Down

0 comments on commit b6598eb

Please sign in to comment.