1: File Explorer Area
- <enter> : if on a directory, enters it and displays it in the
same area. If on a file, then opens it in the File Editing Area. Attempts
to open in the same window as the one visited before, otherwise split open
a new window horizontally.
- <tab> : open the file or directory in a new window in the FileEditing
area.
- c : change the pwd to the directory currently displayed
- C : change the currently displayed directory to pwd (converse of c)
- s : select sort field (size, date, name)
- r : reverse direction of sort
- R : rename file
- D : delete file
- - : move up one level
|
2: Buffer Explorer
- <enter> : Attempts to open the file in the same window as the
one visited before, otherwise split open a new window horizontally.
- <tab> : open the file in a new window in the FileEditing
area.
- s : select sort field (name, buffer number)
- r : reverse direction of sort
This window is dynamically rescaled and re-displayed. i.e, when a new
window opens somehwere, the buffer list is automatically updated. also, it
tries to occupy the minimum possible space required to display the files.
|
|
File Editing Area
The area where normal editing takes place. The commands in the File
Explorer and Buffer Explorer shouldnt affect the layout of the windows
here. One mapping which I find useful (which should be placed in your
.vimrc if you plan on using WManager) is:
map <c-w><c-b> :GotoBufExplorerWindow
map <c-w><c-f> :GotoFileExplorerWindow
Pressing CTRL-W-B should then take you directly to the buffer list area
where you can switch easily between buffers, and CTRL-W-F should take you
to the file explorer area. Also, only the filename is displayed in the
buffer explorer area. While moving around in this area, the full path of
each buffer should be displayed in the comand line. (this is helpful if you
are editing files in multiple directories).
|
| 3(ii) File Editing Area |
|