Skip to content

Commit

Permalink
new post about vim
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Aug 16, 2015
1 parent d5e336b commit 65ba970
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ Now we can see all the possibilities that provides fzf for Vim. I have defined s

Best extension, which makes full Python IDE from your Vim! I'll not describe my jedi-vim settings (you can view them in [stuff.vim](https://github.com/aliev/vim/blob/master/stuff.vim#L15) file). I'll describe only jedi key bindings and commands:

| Key Binding or command | Action |
| ------------------------ | --------------------------------------- |
| ```<leader>d``` | Goto definitions |
| ```<leader>g``` | Goto assignments |
| ```<leader>r``` | Renaming (refactoring) |
| ```<leader>n``` | Shows all the usages of a name |
| ```K``` | Show documentation |
| ```:Pyimport module.path | Open module |
| Key Binding or command | Action |
| --------------------------- | --------------------------------------- |
| ```<leader>d``` | Goto definitions |
| ```<leader>g``` | Goto assignments |
| ```<leader>r``` | Renaming (refactoring) |
| ```<leader>n``` | Shows all the usages of a name |
| ```K``` | Show documentation |
| ```:Pyimport module.path``` | Open module |


# The last words :)
Expand Down

0 comments on commit 65ba970

Please sign in to comment.