aboutsummaryrefslogtreecommitdiff
path: root/view.go
AgeCommit message (Collapse)AuthorFilesLines
2018-02-25Add alternative mouse clicks for one-btn-only laptops, fix scroll and add ↵Petter Rodhelind1-8/+69
"save buffer with a new name".
2018-02-24Bulk. Move fast and break things. Whatever.Petter Rodhelind1-41/+135
Fixed scrolling and mouse selection in regards to soft wrap and tabstop. Fixed empty buffer windir setting which will make new buffers start in correct working dir. Fixed automatic dot expansion on Open and Run. Made commands not need a prepended ! to be considered an external command.
2018-02-23Implement ^W using PrevWord().Petter Rodhelind1-23/+7
2018-02-23Make arrow right move q1, end of selection.Petter Rodhelind1-9/+2
2018-02-23Fix tabstop draw to align with each views initial x and not the global x.Petter Rodhelind1-1/+1
2018-02-22first commitPetter Rodhelind1-0/+508