Method: Window#go_left
- Defined in:
- lib/ver/layout/vim.rb
#go_left(n = nil) ⇒ Object
Focus the nth window to the left. Uses insert cursor position to select between alternatives.
60 61 |
# File 'lib/ver/layout/vim.rb', line 60 def go_left(n = nil) end |