diff --git a/.vimrc b/.vimrc index 525ecb5..f636283 100644 --- a/.vimrc +++ b/.vimrc @@ -20,7 +20,7 @@ " - gd (go to definition, similar to Eclipse) " - :bd (close buffer and its window if no changes) " - Only current window ( not working - try o ) -" - p (previous window) +" - p (previous / alternate window) " - Preview window " - Next/prev buffer " - buffer list + go to buffer @@ -28,7 +28,7 @@ " - Show location or quickfix list + go to item (llist! / clist!) + (ll / cc) " - Go to location or quickfix item (ll / cc) " - Browse oldfiles -" - Edit last file ( or :e #) +" - Edit alternate file ( or :e #) " - :TagbarToggle " - - unmapped " --