Skip to content

v3.2.0

Compare
Choose a tag to compare
@pit-ray pit-ray released this 21 Feb 21:55
· 1216 commits to master since this release

Minor

Change

  • Support a 3-character hinting in EasyClick.
  • The time required to scan GUI objects in EasyClick reduced BY A THIRD.
  • Changed a function name from CloseOpenedFile to CloseCurrentTab.
  • Changed some default bindings.
  • Support Unicode filenames
  • Refactored GUI of the settings panel.

New

  • Add features to resize windows

    • Arrange all windows (<C-w>=)
    • Rotate arranged windows in a current monitor (<C-w>r)
    • Rotate arranged windows in a current monitor in reverse (<C-w>R)
    • Exchange a window with the most nearest one (<C-w>x)
    • Resize the width of a window (:vertical resize <num>)
    • Increase the width of a window (<C-w><gt>, :vertical resize +<num>)
    • Decrease the width of a window (<C-w><lt>, :vertical resize -<num>)
    • Resize the height of a window (:resize <num>)
    • Increase the height of a window (<C-w>+, :resize +<num>)
    • Decrease the height of a window (<C-w>-, :resize -<num>)
    • Snap a current window to left (<C-w>H)
    • Snap a current window to right (<C-w>L)
    • Snap a current window to top (<C-w>K)
    • Snap a current window to bottom (<C-w>J)
  • Add features to select windows

    • Select a left window (<C-w>h)
    • Select a right window (<C-w>l)
    • Select an upper window (<C-w>k)
    • Select a lower window (<C-w>j)
  • Add features to open windows

    • Open a new window with horizontal split (:split)
    • Open a new window with vertical split (:vsplit)