summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2020-09-20Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into masterMarc André Tanner
2020-09-19Add ignorecase optionEvan Gates
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy
2020-07-17support for primary clipboardJeremy Bobbin
2020-05-12vis: cleanup pre-processing of :-commandsMarc André Tanner
2020-03-18Merge branch 'single-cursor-is-primary' of https://github.com/3dc1d3/visMarc André Tanner
2020-03-17color-column: Don't change fg/bg if not set explicitlyGennadiy Volkov
2020-03-17Set single cursor style as primary, not secondaryGennadiy Volkov
2020-02-07vis: restore mode when dot-repeatingGeorgi Kirilov
2020-02-07Merge branch 'fix-cc-cell' of https://github.com/zsugabubus/visMarc André Tanner
2020-02-04vis: make core code more robustMarc André Tanner
2020-01-27vis: make r<Enter> insert a new lineMarc André Tanner
2020-01-27vis: pass absolute path to pre/post save eventsMarc André Tanner
2020-01-26vis: don't search off screen when highlighting matchesGeorgi Kirilov
2020-01-12vis: don't draw colorcolumn after the endzsugabubus
2018-05-30vis: add loadmethod optionMarc André Tanner
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner
2018-01-26vis: insert carriage return upon <C-v><C-j> in insert modeMarc André Tanner
2017-12-09vis: make selections visible when lua support has been disabledMarc André Tanner
2017-11-04vis: take symbolic keys into account when evaluating key prefixesMarc André Tanner
2017-09-15vis: remove ! operatorMarc André Tanner
2017-07-23vis: use strncpy to copy into fixed sized bufferMarc André Tanner
2017-07-23vis: only draw selections of currently active windowMarc André Tanner
2017-07-17vis: specify window in mark related APIMarc André Tanner
2017-07-14vis: use distinct mark to save last selectionsMarc André Tanner
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner
2017-07-11Revert "vis: process aliased key sequences individually"Marc André Tanner
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner
2017-07-10vis: implement jump list in terms of marksMarc André Tanner
2017-07-08vis: cleanup marks implementationMarc André Tanner
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner
2017-07-04vis: process aliased key sequences individuallyMarc André Tanner
2017-06-27vis: properly set initial window ui optionsMarc André Tanner
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner
2017-06-15vis: normalize selections after motionsMarc André Tanner
2017-06-15view: do not automatically anchor selections when setting rangeMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-06-15view: rename view_cursorsMarc André Tanner
2017-06-15view: rename view_cursors_numberMarc André Tanner
2017-06-15view: rename view_cursors_countMarc André Tanner
2017-06-15view: rename view_cursors_nextMarc André Tanner
2017-06-15view: rename view_cursors_prevMarc André Tanner
2017-06-15view: rename view_cursors_selection_saveMarc André Tanner
2017-06-15view: rename view_cursors_selection_getMarc André Tanner
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner
2017-06-15view: rename view_cursors_disposeMarc André Tanner
2017-06-15view: remove view_cursors_multipleMarc André Tanner
2017-06-15vis: promote selections to first class primitivesMarc André Tanner