Commit graph

1355 commits

Author SHA1 Message Date
syl20bnr 0f44bcc964 Default evil state is now motion in NeoTree 2014-11-03 21:17:47 -05:00
syl20bnr cba986de34 Fix broken links in readme 2014-11-03 21:17:47 -05:00
syl20bnr fffbae8346 Update TOC of readme 2014-11-03 21:17:47 -05:00
syl20bnr b3d0982726 Add function spacemacs/remove-popwin-display-config
And add a tip to disable popwin for helm in readme
2014-11-03 21:17:47 -05:00
syl20bnr 64adbf827a Add C-k and C-j to select auto-complete candidate 2014-11-03 21:17:47 -05:00
syl20bnr b3e6d4f150 New popwin key bindings <SPC> w p m and <SPC> w p p
To open messages buffer in a popup window and to close
current popup window
2014-11-03 21:17:47 -05:00
syl20bnr 47a9deb42a Use guide-key buffer instead of tool tip
Tool tip guide-key remains stuck sometimes which is irritating! ;-(
2014-11-03 21:17:47 -05:00
syl20bnr 45935477ed Move back evil-nerd-commenter from extensions to packages
The byte compile issue is now fixed upstream.
2014-11-03 21:17:47 -05:00
syl20bnr bf0fbbc925 Add a pull request guideline section in readme 2014-11-03 21:17:47 -05:00
Daniel Wu 215fe2435a bind neotree keys to neotree buffer 2014-11-03 21:17:47 -05:00
Tristan Hume ed172e6f83 Add readme 2014-11-03 21:17:47 -05:00
Tristan Hume 204db28d42 Add readme 2014-11-03 21:17:47 -05:00
Tristan Hume e72175c9c9 Add more modes 2014-11-03 21:17:47 -05:00
Tristan Hume 38958ba04a Better LaTeX 2014-11-03 21:17:47 -05:00
Tristan Hume 5859be4a8e Add lua mode 2014-11-03 21:17:47 -05:00
Tristan Hume db51aab56e Add ranger control contrib module 2014-11-03 21:16:46 -05:00
syl20bnr 8cd55cf43b Update readme for guide-key 2014-11-03 21:16:46 -05:00
syl20bnr f63711555d Remove lambda for toggle golden-ration key binding 2014-11-03 21:16:46 -05:00
syl20bnr 8ef47d52b9 Add toggle command for guide-key with binding <SPC> t G 2014-11-03 21:16:46 -05:00
syl20bnr 2c0176718c Disable golden-ratio for guide-key buffer 2014-11-03 21:16:46 -05:00
syl20bnr 88f6aa5e5d Fallback to guide-key in a window in terminal 2014-11-03 21:16:46 -05:00
syl20bnr c82fe7f1d6 Fixes #40 and #53 Move evil-nerd-commenter to extensions
Work-around a current bug in evil-nc with 24.4 byte-compilation
2014-11-03 21:16:46 -05:00
syl20bnr 4e7762daba Remove lighter for auto-highlight-symbol 2014-11-03 21:16:46 -05:00
syl20bnr b31c91faca Use guide-key-tip to display guide-key in a tooltip
guide-key does not play well with golden-ratio.
also set delay to 1 seconds, can be configured in .spacemacs
for shorter delay
2014-11-03 21:16:46 -05:00
syl20bnr d1129a37c4 Diminish the lighter of guide-key-mode
Diminish it to Ⓖ
2014-11-03 21:16:46 -05:00
ralesi 0e2b9bea84 Added guide-key to help find SPC mappings 2014-11-03 21:16:46 -05:00
syl20bnr a124d3c3f6 Change projectile commander command ?F to ?h
This is the command for helm-projectile
2014-11-03 21:16:46 -05:00
syl20bnr 4f3bb9e1ba Remove ?r command for projectile-commander
It is now part of the package
2014-11-03 21:16:02 -05:00
syl20bnr 55b0154b7e Update projectile documentation in readme 2014-11-03 21:14:10 -05:00
syl20bnr 19d6ee6ebc Simplify binding for projectile-commander to <SPC> p
Also add ?r projectile-replace to commander
2014-11-03 21:14:10 -05:00
syl20bnr 09f1a36129 Fixes #51 Projectile cache remains empty
I had to explicitly enable projectile-enable-caching and explicitly
start projectile-mode to initialize projectile-projects-cache
2014-11-03 21:14:10 -05:00
syl20bnr 6eb523c324 fd can exit help window 2014-11-03 21:14:10 -05:00
syl20bnr 383e388f50 Fix ido-vertical key bindings stability
Sometimes the spacemacs key bindings for ido-vertical did not work.
2014-11-03 21:14:10 -05:00
syl20bnr 49118fa96b Use projectile-commander and bind it to <SPC> p p 2014-11-03 21:14:10 -05:00
syl20bnr cfeb465fb2 Remove obsolete readme section 2014-11-03 21:14:10 -05:00
syl20bnr f007d98245 Add notes about master and develop branches in install section 2014-11-03 21:14:10 -05:00
syl20bnr 35cf2f0371 Add bindings for describe functions 2014-11-03 21:14:10 -05:00
syl20bnr 161366592a Fix helm lazy loading for describe-xxx functions 2014-11-03 21:14:10 -05:00
syl20bnr 816f1cf3d1 Fix helm-show-kill-ring binding 2014-11-03 21:14:10 -05:00
syl20bnr 2bfc200c96 Correctly load helm bindings at initialization time
instead of at loading time which is useless :-)
2014-11-03 21:14:10 -05:00
syl20bnr 5ab9d95fca Fixes #46 Weird behavior of projectile
Projectile takes time to load (around 0.2 seconds) and it is
lazy loading friendly if we want to enable it globally.

To be able to lazy load it, we encapsulate the binded calls
in spacemacs/xxx functions which take care of firing the
mode globally if required.
2014-11-03 21:14:09 -05:00
syl20bnr 09e058d36f Lazy loading of helm 2014-11-03 21:14:09 -05:00
syl20bnr 19cb635e5d Lazy loading of tern-auto-complete 2014-11-03 21:14:09 -05:00
syl20bnr 5e8402239f Update old name of submodules in .gitmodules 2014-11-03 21:14:09 -05:00
syl20bnr 8d5ab34cc5 Set C-u to scroll-up and <SPC> u to universal-argument 2014-10-28 22:16:30 -04:00
syl20bnr 68ffb5232d Add git-flow instruction for contributions in readme 2014-10-28 21:51:05 -04:00
syl20bnr e1df7e6402 Add terminal screenshot in readme 2014-10-28 21:30:04 -04:00
syl20bnr c4289cc372 Add screenshot of spacemacs in urxvt 2014-10-28 21:24:22 -04:00
syl20bnr 02241b1540 vi-tilde-fringe is now available in MELPA
Also hide the lighter.
2014-10-28 13:34:14 -04:00
syl20bnr b36b43a054 Add magit-gitflow and fix the f issue for feature
The solution to fix the `f` binding issue is to not
alter emacs-state-map. By keeping emacs map untouched
we have a fallback for modes like magit-gitflow which
require the `f` key.

Indeed with the current implementation of the `fd`
sequence it is not possible to guess what the `f` key
must do for a given mode. The only solution for now is
to keep one not modified state map (emacs is a good candidate
for this).
2014-10-28 00:26:51 -04:00