| History of... | Shortcut |
|---|---|
| Directory | Esc, Shift+H |
| Commands | Esc, H |
| Previous command line (iterates through commands) | Esc, P |
| Viewed/Edited files | Esc, Shift+E |
| Panels | Shortcut |
|---|
| History of... | Shortcut |
|---|---|
| Directory | Esc, Shift+H |
| Commands | Esc, H |
| Previous command line (iterates through commands) | Esc, P |
| Viewed/Edited files | Esc, Shift+E |
| Panels | Shortcut |
|---|
| using Raven.Client.Documents; | |
| using Raven.Client.Documents.Commands.Batches; | |
| using Raven.Client.Documents.Operations; | |
| using Raven.Client.Documents.Queries; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Threading.Tasks; | |
| namespace ConsoleApp2 | |
| { |
| using Raven.Client.Documents; | |
| using Raven.Client.Documents.Linq; | |
| using Raven.Client.Documents.Operations; | |
| using Raven.Client.Documents.Queries; | |
| using System; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| namespace ConsoleApp2 | |
| { |