Use v and V for hardstatus toggle.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@187
6be0d1a5-5cfe-0310-89b6-
964be062b18b
# Up and down like Vim.
bind j focus down
bind k focus up
+# Previous and next kinda like Vim.
+bind h prev
+bind l next
# Close the current window.
bind q remove
# Set current window title.
bind t title
# Show or hide the hardstatus line.
-bind h hardstatus alwayslastline
-bind H hardstatus alwaysignore
-#bind h focus top
-#bind l focus bottom
+bind v hardstatus alwayslastline
+bind V hardstatus alwaysignore
################################################################################
# Terminal settings.