Commit graph

3539 commits

Author SHA1 Message Date
syl20bnr
fef908acad Typo in git README 2015-06-15 22:11:27 -04:00
syl20bnr
9e6d6db6bd Evilify magit-diff and update README with new SPC g d binding 2015-06-15 21:55:57 -04:00
Kevin Ushey
70e7eb24d7 Add 'git diff' leader key binding 2015-06-15 21:55:42 -04:00
Diego Berrocal
aa869540ad Show images by default in org-mode 2015-06-15 21:49:24 -04:00
Xue Fuqiao
7fc13a9146 SPC b s -> SPC b b in DOCUMENTATION.md. 2015-06-15 21:48:55 -04:00
Xue Fuqiao
8506fed0d8 Typo fix. 2015-06-15 21:46:41 -04:00
justbur
5822998813 Update search docs for new scope-based search commands 2015-06-15 21:42:34 -04:00
Dexafree
f9036a0ed9 Added some languages to Markdown syntax highlight 2015-06-15 21:41:16 -04:00
justbur
8cef3b8a4a Quote input when default text is used in search.
Fixes #2003

"pt" requires "-e" argument for regex patterns

`rxt-quote-pcre` doesn't like nil
2015-06-15 21:38:06 -04:00
Christoph Paulik
fa9630df4e add ipython keybindings
- C-return and S-return behave like web interface
- bind SPC f w to save the notebook to be consistent with
  the rest of spacemacs
2015-06-15 21:36:53 -04:00
person808
a573acaa33 Open VIMUSERS.org in view-mode from quickhelp. 2015-06-15 21:35:47 -04:00
syl20bnr
f26e4f8acc Better docstring for generated describe function wrappers 2015-06-15 21:34:02 -04:00
Travis B. Hartwell
fb8e530b1b Document setting the alignment column for ledger-mode. 2015-06-15 00:06:33 -04:00
Roy Seto
61062f5b14 Doc Powerline font install for terminal-mode users 2015-06-15 00:01:51 -04:00
syl20bnr
2a17bb686c Revert search key bindings
uppercase key is search with default input
lowercase key is search with no default input
2015-06-14 23:59:49 -04:00
justbur
a68bdbce6b Add functions to allow smart search to work with grep.
Conflicts:
	spacemacs/packages.el
2015-06-14 23:51:10 -04:00
Kenneth Love
f3a6481a59 Add mmm-mode and starter config for Markdown parsing 2015-06-14 23:20:23 -04:00
syl20bnr
16123417e7 Fix not defined dired-mode-map at startup 2015-06-14 22:35:53 -04:00
wsk
99623bf194 add (f)ielm-indent-line for ielm mode 2015-06-14 22:33:09 -04:00
sooheon
36f0e286c6 Correct s-v keybinding with yank 2015-06-14 22:32:20 -04:00
Christoph Paulik
5239efe1f4 add material-light support 2015-06-14 22:32:12 -04:00
Tu H Do
19ad82215d Move org-emphasis-regexp-components to spacemacs/view-org-file
If we put this in Org layer, new users won't have that layer and thus
this fix will not be applied.
2015-06-14 22:31:37 -04:00
Tu H Do
4d219934bc Create a generic jump in buffer command 2015-06-14 22:29:48 -04:00
Tu H Do
7fa749a5e4 Replace dired-goto-file with helm-find-files in Dired
Since helm-find-files can do the same thing and with fuzzy matching and
other features.
2015-06-14 22:20:50 -04:00
Tu H Do
bcbb975845 Update quick help
Mention that a user can navigate around the doc with SPC s l.
2015-06-14 22:20:33 -04:00
Tommi Komulainen
641058823b osx: allow skipping option to meta key mapping
In Finnish/Swedish/other keyboard layouts the `option` key is needed to
type some common characters such as `{[]}~` (#973) so make mapping it to
`meta` conditional.
2015-06-14 22:20:21 -04:00
Nate Wolfe
30173da11f (PUPPET) Add Puppetfile support
This commit enables syntax highlighting for Puppetfiles via the
puppetfile-mode package.

A Puppetfile is the configuration file used by librarian-puppet and
r10k for Puppet module management a la Ruby's Bundler.
2015-06-14 22:14:18 -04:00
syl20bnr
920f01a776 Minor reformating of documentation files 2015-06-14 22:10:38 -04:00
person808
3ed0087cce Convert DOCUMENTATION.md to org. 2015-06-14 22:10:34 -04:00
person808
48ff6550db Convert CONVENTIONS.md to org. 2015-06-14 21:47:07 -04:00
person808
e67924696c Convert HOWTOs.md to org. 2015-06-14 21:47:04 -04:00
person808
293b98a8d0 Update layer-README.template to org. 2015-06-14 21:47:02 -04:00
person808
29458e3e00 Convert CONTRIBUTE.md to org. 2015-06-14 21:46:58 -04:00
syl20bnr
34f9800d14 Update ahs and exand-region integration with helm-ag 2015-06-14 01:18:31 -04:00
syl20bnr
8c1d6f76f6 Add b to search in opened buffers with expand-region 2015-06-14 01:14:28 -04:00
syl20bnr
32010fb21e Rename functions to search in files 2015-06-14 00:22:49 -04:00
syl20bnr
17c129715e Add search in opened buffers on SPC b s 2015-06-14 00:11:20 -04:00
syl20bnr
c0e5f34028 Reorganize functions in init-helm-ag 2015-06-13 23:51:30 -04:00
syl20bnr
371e092f33 Move SPC f s to SPC f w, SPC f s is now search in files
This change allow to have a common interface for search in buffers,
files and project (SPC b s, SPC f s and SPC p s respectively)
2015-06-13 23:43:25 -04:00
syl20bnr
cd44944edb Move SPC ? to SPC h k
`SPC ?` is used to search in project with no default input
2015-06-13 23:33:26 -04:00
syl20bnr
2feaeb9fba Use helm-ag to search in project 2015-06-13 23:24:43 -04:00
syl20bnr
b2f31cda0c Add support for SPC s ? (smart search with default input)
New function `spacemacs/helm-smart-do-search-region-or-symbol`
2015-06-13 22:09:43 -04:00
syl20bnr
622c35d9a9 Better injection of input in helm-do-grep-1 2015-06-13 21:53:14 -04:00
syl20bnr
609ce0cec5 Simplify helm-ag and grep functions to insert symbol or region
The simplification of the grep function requires a pending PR to
be merge upstream in helm repo.

Also move the `helm-ag` related functions and key bindings to the
init function of `helm-ag`
2015-06-13 02:07:11 -04:00
justbur
c92c1f0131 Add grep function that defaults to symbol at point 2015-06-12 23:16:14 -04:00
justbur
b70b6c0fc0 Add search for symbol to projectile bindings
Also "psp" binding which should point to `spacemacs/helm-projectile-pt`

Switch from using `helm-projectile-ack` to
`spacemacs/helm-projectile-ack` to take advantage of `helm-ag`.
2015-06-12 23:15:18 -04:00
sooheon
ed40820b97 Change s-v binding from evil-paste-after to evil-paste-before 2015-06-12 23:13:38 -04:00
syl20bnr
f4d2f61904 Move search in files to s for helm-ag integration in ahs
Simplify the docstring displayed in the minibuffer
2015-06-12 00:44:42 -04:00
syl20bnr
f142b92904 Fix helm-ag integration with expand-region
Move "?" key binding to "s"
2015-06-12 00:30:55 -04:00
justbur
afe658be24 Add option to search from expand-region
for active region using "ag" in project or in filesystem.
If there is no active region, these default to the symbol at the point.
2015-06-12 00:13:01 -04:00