Commit graph

  • c5c4ab8eea change options locally and restore them on return Suraj N. Kurapati 2011-09-21 21:59:55 -07:00
  • 0e58320e78 Merge pull request #5 from sorin-ionescu/issue-2 Suraj N. Kurapati 2011-09-17 12:08:19 -07:00
  • 8870c7e279 fix #2: always use up/down-line-or-history Sorin Ionescu 2011-09-17 13:50:06 -04:00
  • 9d3683b3d3 simplify relative file path calculation using ZSH Sorin Ionescu 2011-08-28 06:12:47 -07:00
  • acd181e11f README: update URLs to new zsh-users organization Suraj N. Kurapati 2011-08-04 14:20:43 -07:00
  • 1ec51023d7 move project description into README & markdownify Suraj N. Kurapati 2011-08-04 14:19:56 -07:00
  • 981b787ca0 separate markdown URL list into references section Suraj N. Kurapati 2011-07-25 13:41:31 -07:00
  • dfc7ac9d06 add "zsh-" prefix to history-substring-search Colin Hebert 2011-07-23 19:15:07 +01:00
  • 15f63dea7f make down-search() and up-search() logic symmetric Guido van Steen 2011-06-29 03:22:55 -07:00
  • 810095f097 follow the oh-my-zsh coding style guidelines Suraj N. Kurapati 2011-06-28 14:27:10 -07:00
  • 02a1971540 begin writing usage & configuration documentation Suraj N. Kurapati 2011-06-27 19:24:35 -07:00
  • 89eec57d06 clean up shell programming style to fit ZSH Suraj N. Kurapati 2011-06-26 11:21:26 -07:00
  • 59e6bfbdfd merge search-highlight func into search-end func Suraj N. Kurapati 2011-06-26 11:18:26 -07:00
  • ca086b8999 fix down-history after reaching the top of history Guido van Steen 2011-06-25 05:43:33 -07:00
  • 86bbedb993 rename number to index; use locals and (( math )) Suraj N. Kurapati 2011-06-24 23:06:52 -07:00
  • f1ab1a7601 reorganize configuration, functions, and details Suraj N. Kurapati 2011-06-24 17:10:52 -07:00
  • ffaecb6efc remove useless last_entry_in_history variable Suraj N. Kurapati 2011-06-24 16:50:45 -07:00
  • 89513675c3 shorten names of number_of_matches variables Suraj N. Kurapati 2011-06-24 16:30:24 -07:00
  • 7f24864a0e refactor assignment of move_cursor_eol variable Suraj N. Kurapati 2011-06-24 16:24:18 -07:00
  • 2685846742 rename backward/forward to up/down respectively Suraj N. Kurapati 2011-06-24 15:59:35 -07:00
  • cf35f06261 rename up/down-highlight() functions to *-search() Suraj N. Kurapati 2011-06-24 19:02:27 -07:00
  • bb9f93c0f6 rename functions; use return values vs. globals Suraj N. Kurapati 2011-06-24 15:54:56 -07:00
  • 42ac9185c9 format comments to fit screen and be readable Suraj N. Kurapati 2011-06-24 15:19:56 -07:00
  • d48f41659e refactor script logic and improve documentation Guido van Steen 2011-06-23 09:38:04 -07:00
  • 9dffcab6f6 escape | in search query before scanning history Guido van Steen 2011-06-23 01:19:21 -07:00
  • 654b080cd6 do not wrap $HISTORY upon UP/DOWN without query Guido van Steen 2011-06-17 11:31:55 -07:00
  • eb2d958b15 prefix internal variables and functions with '_' Suraj N. Kurapati 2011-06-15 15:44:13 -07:00
  • 79f7f9ba46 remove intermediate variable; was used immediately Suraj N. Kurapati 2011-06-15 15:40:32 -07:00
  • 1022df5a5a fix highlighting of query in matching commands Guido van Steen 2011-06-15 03:41:01 -07:00
  • 53b70a0b82 keep highlights when moving cursor within $BUFFER Guido van Steen 2011-06-14 12:54:55 -07:00
  • 2f0b0c6a5d unhighlight on edits if no zsh-syntax-highlighting Guido van Steen 2011-06-13 23:14:30 -07:00
  • c322b844f1 revise comments; optimize multi-line buffer checks Guido van Steen 2011-06-13 23:14:30 -07:00
  • 1d7ea438d3 zsh-syntax-highlighting plugin changed its API Suraj N. Kurapati 2011-06-13 14:34:05 -07:00
  • 942a22206b add contributors to license; link to non-OMZ repo Suraj N. Kurapati 2011-06-10 22:51:03 -07:00
  • 2132c4b4a6 add *.plugin.zsh file to integrate into oh-my-zsh Suraj N. Kurapati 2011-06-09 00:19:05 -07:00
  • c647fb423c add variable to configure case-sensitivity etc. Suraj N. Kurapati 2011-06-08 23:56:42 -07:00
  • f9a4c753af prevent beeps when navigating multi-line commands Vincent Guerci 2011-06-08 10:37:54 -07:00
  • d655da70a8 fix command not found: up-line-or-history errors Vincent Guerci 2011-06-08 10:37:54 -07:00
  • f53a3405ba namespace, inline, refactor multiline buffer logic Suraj N. Kurapati 2011-06-05 10:51:30 -07:00
  • dafeb77e2a multi-line buffer editing; better than Fish now Guido van Steen 2011-06-04 16:24:03 -07:00
  • 14adfd9836 cursor movements should not make $BUFFER new query Suraj N. Kurapati 2011-06-03 13:54:34 -07:00
  • dd276a80f1 ignore case when searching and highlighting query Suraj N. Kurapati 2011-05-31 14:43:52 -07:00
  • 0ed2fa04f4 only load zsh/parameter module if not already so Sorin Ionescu 2011-05-27 12:48:53 -07:00
  • e50a664321 add README with instructions on script activation Suraj N. Kurapati 2011-05-27 11:23:33 -07:00
  • d217eff6a1 set options and load modules only once at loadtime Sorin Ionescu 2011-05-26 19:37:15 -07:00
  • 43ab2cd304 fix typos in comments inherited from fizsh source Sorin Ionescu 2011-05-26 17:25:27 -07:00
  • 7b71437106 highlight query on top of zsh-syntax-highlighting Suraj N. Kurapati 2011-05-26 08:58:56 -07:00
  • 1e02a2118e rename _search* variables to be self-documenting Suraj N. Kurapati 2011-05-26 01:58:04 -07:00
  • 9cb4212c40 make attribution more descriptive in file header Suraj N. Kurapati 2011-05-25 15:46:43 -07:00
  • b200932843 remove length restriction for command highlighting Suraj N. Kurapati 2011-05-25 12:14:08 -07:00
  • 25a9b38c76 remove unnecessary parentheses in if-statements Suraj N. Kurapati 2011-05-25 12:06:02 -07:00
  • dcd7cc6323 simplify last widget == current widget check Suraj N. Kurapati 2011-05-25 12:00:24 -07:00
  • b8bb5bd8b0 remove global variable in favor of O(1) hash check Suraj N. Kurapati 2011-05-25 11:46:20 -07:00
  • 93d4cb73c5 rename constants and variables to reflect filename Suraj N. Kurapati 2011-05-25 11:36:28 -07:00
  • 415b5c60c7 refactor repeated ZLE region highlighting logic Suraj N. Kurapati 2011-05-25 11:29:22 -07:00
  • dcc4f7ffb0 put comments ABOVE the code they are meant for Suraj N. Kurapati 2011-05-25 11:28:38 -07:00
  • 186e240a63 remove debugging logic that writes to /tmp/ok2 Suraj N. Kurapati 2011-05-25 11:19:04 -07:00
  • 26a7f99add refactor calls to _zsh_highlight-zle-buffer func Suraj N. Kurapati 2011-05-25 11:11:57 -07:00
  • 9fd4576ae7 split dual-roled function into two distinct ones Suraj N. Kurapati 2011-05-25 11:03:01 -07:00
  • 56d178984e Removed 'zsh-' prefix. Sorin Ionescu 2011-04-24 01:42:22 -04:00
  • b8c4337ddd escaped newlines and tabs were expanded on recall Suraj N. Kurapati 2011-04-22 23:44:41 -07:00
  • 4e129559a5 import history substring search plugin from fizsh-1.0.1 Suraj N. Kurapati 2011-02-07 23:15:01 -08:00