Commit graph

389 commits

Author SHA1 Message Date
Jean-Philippe Bernardy
92bd774b7c fix #50 2019-04-29 21:27:41 +02:00
Jean-Philippe Bernardy
b00b87fc83 fix #36 2019-04-29 21:22:20 +02:00
Jean-Philippe Bernardy
07c14676e3 fix #16 2019-04-29 21:22:20 +02:00
Liam Esteban Prince
8131f3992d Typo: your to you're (#64) 2019-04-25 11:18:12 +02:00
lattfein
db65424696 Use boon-set-search-string to escape isearch-string (#61) 2019-02-12 20:30:50 +01:00
lattfein
04905d19eb Escape brackets (#63) 2019-02-12 20:29:19 +01:00
lattfein
011e30c66a Remove seve-excursion from boon-qsearch-previous-at-point (#62) 2019-02-10 08:42:02 +01:00
duianto
dd62c9bf7c Update tutorial (#59)
- create introduction section
- move cheat sheet link from basic movement to introduction
- move undo section before editing (insert and delete)
- separate insert and delete sections
- separate multiple regions and multiple cursors sections
- surround all inline keybindings with single quotes
- remove possible stray commands from tutorial string:
  The second line: `\\<boon-command-map>`
  Searching section, after first sentence: `\\<boon-moves-map>`
  The fifth paragraph: `\\<boon-command-map>`
  none of them show up in the tutorial.
- remove check boon-move-map suggestion from search section, can't find any
  additional search commands that the once listed in the tutorial.
- fix typos
2019-01-05 09:10:57 +01:00
Dominik Kellner
a5aaaf0bb8 Fix typos (#60)
Closes #51
2019-01-05 09:07:38 +01:00
yantar92
675719ec1f Fix inactive mode line face symbol (#49)
The variable 'modeline-inactive does not exist. It should be 'mode-line-inactive, as in line 32.
2018-10-14 11:27:18 +02:00
Jean-Philippe Bernardy
0c25219ab9 More consistent default state selection 2018-09-23 21:51:16 +02:00
Jean-Philippe Bernardy
f73eafafa7 cleanup: avoid casing on a custom variable if eval works too 2018-09-23 20:45:14 +02:00
zhaojiangbin
7862890b07 allow boon-local-mode to start in insert state (#46) 2018-09-23 20:30:12 +02:00
Jean-Philippe Bernardy
fe2f981e2e cleanups 2018-09-14 13:43:14 +02:00
Benjamin Slade
19c3dbcaea don't force box cursor on SPC modes (#43)
* don't force box cursor on SPC modes
* show page-numbers in pdf-view-mode
2018-09-14 13:36:15 +02:00
Jean-Philippe Bernardy
947a1740f9 fix #44 2018-09-13 11:22:51 +02:00
Jean-Philippe Bernardy
d73a45c710 oops: allow not loading magit at all 2018-09-10 08:45:18 +02:00
Jean-Philippe Bernardy
82057912c2 Fix #41 2018-09-07 11:54:47 +02:00
Jean-Philippe Bernardy
e95a062305 flymake error navigation binding 2018-08-29 09:51:01 +02:00
Jean-Philippe Bernardy
d96c37d103 fix #40
as per suggestion
2018-08-29 09:30:09 +02:00
Jean-Philippe Bernardy
c852fce971 spaceline support 2018-08-05 22:00:58 +02:00
Jean-Philippe Bernardy
b4cf42bbc5 oops, kill duplicated code 2018-03-19 13:26:50 +01:00
Jean-Philippe Bernardy
b6b103e3f5 Fix #27 2018-03-19 13:23:44 +01:00
Jean-Philippe Bernardy
466ce46d84 Merge branch 'master' of github.com:jyp/boon 2018-03-19 13:19:37 +01:00
Jean-Philippe Bernardy
fd2cd9beed boon-c-god: honor prefix arguments 2018-03-19 13:15:08 +01:00
Jean-Philippe Bernardy
836f25c5ba
Merge pull request #26 from rschmidlin/master
Support for QWERTZ (German) layout
2018-01-08 09:41:50 +01:00
Raul Schmidlin
27cd8baa2e Supress backspace behavior in command mode (possibly necessary for certain keyboards) 2018-01-07 13:21:49 +01:00
Raul Schmidlin
444e2ba5ff Support for QWERTZ (German) layout 2018-01-07 13:18:56 +01:00
Jean-Philippe Bernardy
13fca19296 do not swap double quote 2017-08-25 13:16:10 +02:00
Jean-Philippe Bernardy
d5c4e762fc Merge branch 'master' of github.com:jyp/boon 2017-08-02 21:56:23 +02:00
Jean-Philippe Bernardy
eaef1f32cc cleanups 2017-08-02 21:56:09 +02:00
Jean-Philippe Bernardy
d45fecf0ac update readme 2017-07-30 22:39:07 +02:00
Jean-Philippe Bernardy
2b7a41491d fix bug in repeating a mutiple-cursor replacement op. 2017-07-09 21:44:08 +02:00
Jean-Philippe Bernardy
74cb03a0ea don't lay cursors when repeating a replace 2017-07-09 21:32:59 +02:00
Jean-Philippe Bernardy
4b76f0a86c comments and cleanup 2017-05-29 08:17:14 +02:00
Jean-Philippe Bernardy
b5326c5bd6 add REPEATING section to the tutorial 2017-05-08 16:33:15 +02:00
Jean-Philippe Bernardy
5a4ca8517e make history cleaner 2017-05-08 16:20:21 +02:00
Jean-Philippe Bernardy
d4bcd46c9e oops 2017-05-08 16:18:59 +02:00
Jean-Philippe Bernardy
868dbe907b record insertion changes so that they can be repeated 2017-05-08 09:55:37 +02:00
Jean-Philippe Bernardy
450d8901aa fix #22 2017-05-05 07:16:37 +02:00
Jean-Philippe Bernardy
57b077862a support for repeating commands
- arguments are no longer eagerly evaluated. This means that
  re-running a command will re-interpret the argument in a proper
  context

- added 'boon-repeat-command' which is like repeat-complex-command,
  but without interactive (option to) edit the command

- bound boon-repeat-command to 'z'
2017-05-04 21:41:42 +02:00
Jean-Philippe Bernardy
c6fd2ade38 todo notes 2017-05-02 11:39:22 +02:00
Jean-Philippe Bernardy
6dd44cdef1 fix boon-select-n-copies
in the cases where the returned closure is called many times
2017-04-06 20:53:04 +02:00
Jean-Philippe Bernardy
d9f0545708 cfw:calendar-mode is special 2017-03-18 21:12:41 +01:00
Jean-Philippe Bernardy
bb751855aa improve word/symbol selector
For those selectors, make the universal argument be the number of
copies of the current word/symbol instead of n words/symbols.
2017-02-14 21:28:04 +01:00
Jean-Philippe Bernardy
c0a5a8763e Merge pull request #20 from aaronjensen/patch-1
Fix link to qwerty cheat sheet
2017-01-10 09:34:06 +01:00
Aaron Jensen
4c146fe066 Fix link to qwerty cheat sheet 2017-01-09 18:26:14 -08:00
Jean-Philippe Bernardy
af325dc902 map universal argument 2017-01-09 21:23:07 +01:00
Jean-Philippe Bernardy
981d5becae Merge branch 'master' of github.com:jyp/boon 2016-11-25 13:50:06 +01:00
Jean-Philippe Bernardy
c37750547e remove attempt to enable boon in all buffers
Boon is enabled in fundamental buffers anyway. The removed code does not
manage to enable boon in temporary buffers, so it seems useless.
2016-11-25 13:48:21 +01:00