Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

commands:focus [2010-01-26 15:43] (current)
asciiphil created
Line 1: Line 1:
 +====== focus ======
 +
 +===== Default Keybindings =====
 +
 +  * ''C-a tab''
 +
 +===== Syntax =====
 +
 +  * ''**focus** [up|down|top|bottom]''
 +
 +===== Description =====
 +
 +Move the input focus to the next region.  This is done in a cyclic way so
 +that the top region is selected after the bottom one.  If no subcommand is
 +given it defaults to "down" "up" cycles in the opposite order, "top" and
 +"bottom" go to the top and bottom region respectively.
 +
 +Useful [[commands:bind|bindings]] are (''j'' and ''k'' as in ''vi''):
 +
 +<code>
 +bind j focus down
 +bind k focus up
 +bind t focus top
 +bind b focus bottom
 +</code>
 +
 +Note that ''k'' is traditionally bound to the ''[[kill]]'' command.
 +
 +===== Examples =====
 +
 +None yet.
 +
 +===== See Also =====
 +
 +  * [[:Region Management]]
  

User Tools