Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
elifarley committed May 18, 2016
1 parent 04be4e9 commit 1ab104d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
" <F3> - gd (go to definition, similar to Eclipse)
" <F4> - :bd (close buffer and its window if no changes)
" <C-F4> - Only current window ( not working - try <C-w>o )
" <F5> - <C-w>p (previous window)
" <F5> - <C-w>p (previous / alternate window)
" <C-F5> - Preview window
" <F6,S-> - Next/prev buffer
" <C-F6> - buffer list + go to buffer
" <F7,S-> - Jump between locations in a quickfix or location list
" <C-F7> - Show location or quickfix list + go to item (llist! / clist!) + (ll / cc)
" <F8> - Go to location or quickfix item (ll / cc)
" <C-F8> - Browse oldfiles
" <F9> - Edit last file (<C-^> or :e #)
" <F9> - Edit alternate file (<C-^> or :e #)
" <C-F9> - :TagbarToggle
" <F10> - <F12> - unmapped
" --
Expand Down

0 comments on commit 1ab104d

Please sign in to comment.