Skip to content

Commit

Permalink
Added mapping for "usages_command" (jedi-vim) / remapped toggling of …
Browse files Browse the repository at this point in the history
…tabs
  • Loading branch information
mbrochh committed Oct 5, 2013
1 parent f7c27b8 commit 9e56234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Expand Up @@ -119,7 +119,7 @@ nmap Q gqap

" Settings for jedi-vim
" =====================
let g:jedi#related_names_command = "<leader>z"
let g:jedi#usages_command = "<leader>n"
let g:jedi#popup_on_dot = 0
let g:jedi#popup_select_first = 0
map <Leader>b Oimport ipdb; ipdb.set_trace() # BREAKPOINT<C-c>
Expand Down Expand Up @@ -149,8 +149,8 @@ map <c-k> <c-w>k
map <c-l> <c-w>l
map <c-h> <c-w>h
map <Leader>n <esc>:tabprevious<CR>
map <Leader>m <esc>:tabnext<CR>
map <Leader>, <esc>:tabprevious<CR>
map <Leader>. <esc>:tabnext<CR>
vnoremap <Leader>s :sort<CR>

Expand Down

0 comments on commit 9e56234

Please sign in to comment.