Commit graph

528 commits

Author SHA1 Message Date
Zachary Yedidia
ac76df1484 Merge pull request #87 from aerth/bindings-help
Add json bindings to doc
2016-04-30 11:46:30 -04:00
Zachary Yedidia
f6393dd835 Use a map for settings instead of a struct
Using a map for the settings means that plugins will be able to create
their own settings at runtime.
2016-04-30 11:39:48 -04:00
aerth
8936d8f675
Add json bindings to doc 2016-04-30 08:33:04 -07:00
Zachary Yedidia
19d2d20689 Update readme 2016-04-29 10:14:29 -04:00
Zachary Yedidia
5d6e299438 Merge 2016-04-28 21:00:50 -04:00
Zachary Yedidia
18b0b3e97d Add bindings for shiftup and shiftdown 2016-04-28 21:00:46 -04:00
Zachary Yedidia
b6195721ac Update readme and help 2016-04-28 15:05:53 -04:00
Zachary Yedidia
536c96237c Merge branch 'gutter-messages' 2016-04-27 12:33:45 -04:00
Zachary Yedidia
53249c46f5 Support different types of gutter messages 2016-04-27 12:33:33 -04:00
Zachary Yedidia
e1e441f588 Merge branch 'elementary-mouse' 2016-04-27 11:23:47 -04:00
Zachary Yedidia
cf8de5e11d Simple support for gutter messages 2016-04-27 11:22:57 -04:00
Zachary Yedidia
80755dcf31 Improve word movement behavior 2016-04-27 10:44:36 -04:00
Zachary Yedidia
957e97dfb0 Update makefile 2016-04-26 21:23:52 -04:00
Zachary Yedidia
6576dcc168 Merge branch 'arrow-bindings' 2016-04-26 21:15:08 -04:00
Zachary Yedidia
8e03e20055 Minor cleanup 2016-04-26 20:18:56 -04:00
Zachary Yedidia
6d2845ca35 Add mappings for ctrl keys 2016-04-26 20:14:58 -04:00
Zachary Yedidia
84a844994a Correct word movement behavior 2016-04-26 19:53:43 -04:00
Zachary Yedidia
6c99eea610 Improve WordRight and WordLeft bindings 2016-04-26 09:58:56 -04:00
Zachary Yedidia
e00e0cfa3f Starting to add more mappings for arrow keys
These mappings include Alt+arrows and Shift+arrows and Alt+Shift+arrows

This commit also switches the version of tcell that micro uses to my
fork which supports alt, shift, and ctrl + arrows.
2016-04-26 09:58:56 -04:00
Zachary Yedidia
269f15d88f Also use KeyBackspace for deleting in prompt
Fixes #78
2016-04-26 09:44:08 -04:00
Zachary Yedidia
75d2708b13 Merge 2016-04-25 14:15:37 -04:00
Zachary Yedidia
a945734db7 Update help 2016-04-25 14:15:33 -04:00
Zachary Yedidia
d00a599d73 Merge pull request #74 from harishnavnit/master
Move the cursor to the start and end of line using "Home" and "End"
2016-04-25 07:25:13 -04:00
R. Harish Navnit
94b71931bc Make the Home and End key presses point the cursor to the start and end of a line, respectively 2016-04-25 14:30:52 +05:30
Zachary Yedidia
0ee6be3d0f Use methods on view instead of functions for bindings 2016-04-24 18:32:18 -04:00
Zachary Yedidia
20ab7a44ab Relocate cursor on reOpen() 2016-04-24 17:26:42 -04:00
Zachary Yedidia
e1c1372f8f Add check flag for search and replace 2016-04-24 17:08:40 -04:00
Zachary Yedidia
3c32253772 Fix terminal mode panic 2016-04-24 16:49:54 -04:00
Zachary Yedidia
eabf21d3ed Use reflection for setting options 2016-04-24 15:35:16 -04:00
Zachary Yedidia
32bb791a68 Merge 2016-04-24 14:40:59 -04:00
Zachary Yedidia
1d9d0c3a4d Fix PageUp and PageDown bindings
Fixes #72.
2016-04-24 14:40:30 -04:00
Zachary Yedidia
b951285fde Update todolist 2016-04-24 10:04:23 -04:00
Zachary Yedidia
c903e949ef Merge 2016-04-24 09:01:42 -04:00
Zachary Yedidia
8807ede224 Added StartOfLine and EndOfLine actions
This commit also adds error reporting for invalid json.

Fixes #36.
2016-04-24 09:01:01 -04:00
Zachary Yedidia
a335b84cfb Delete configuration section (included in the help text) 2016-04-24 08:42:07 -04:00
Zachary Yedidia
5d28e17713 Update readme 2016-04-24 08:41:30 -04:00
Zachary Yedidia
74bd338cbc Improve help text 2016-04-24 08:38:38 -04:00
Zachary Yedidia
1f62ff9d80 Improve help text and move to its own file 2016-04-24 08:31:42 -04:00
Zachary Yedidia
d088b7c2df Merge pull request #71 from aerth/gofmt-2
gofmt-on-save redone for new bindings
2016-04-24 07:47:48 -04:00
Zachary Yedidia
43a69bec58 Merge pull request #70 from aerth/cut-lines2
cut lines into clipboard
2016-04-23 22:06:34 -04:00
aerth
7746952545
gofmt-on-save redone for new bindings 2016-04-24 01:48:51 +00:00
aerth
b39d383dac
cut lines into clipboard 2016-04-24 01:29:09 +00:00
Zachary Yedidia
31416df1ba Mention minimum go version in readme
Fixes #69
2016-04-23 21:04:34 -04:00
Zachary Yedidia
af3715d55d If system clipboard is unsupported, use internal clipboard instead
Fixes #65
2016-04-23 20:54:52 -04:00
Zachary Yedidia
77853ec6b6 Use my fork of clipboard 2016-04-23 20:52:26 -04:00
Zachary Yedidia
50fe3bb2e6 Merge pull request #68 from zyedidia/custom-bindings
Custom Keybindings
2016-04-23 19:57:00 -04:00
Zachary Yedidia
93c3a503ea Use default binding for key if not specified 2016-04-23 19:03:24 -04:00
Zachary Yedidia
fa82fc2b74 Add delete key binding
Fixes #54
2016-04-23 18:58:02 -04:00
Zachary Yedidia
94c0f576e1 Load and save key bindings from bindings.json 2016-04-23 18:43:09 -04:00
Zachary Yedidia
2b8cc4cfce Fix build error 2016-04-23 18:28:41 -04:00