summaryrefslogtreecommitdiffstats
path: root/ravi-init-navigation.el
Commit message (Collapse)AuthorAgeFilesLines
* Move main emacs directory out of load pathRavi R Kiran2015-03-171-350/+0
| | | | | This follows the official emacs recommendation for lisp code inside emacs.d.
* Upgrade to use-package 2.0Ravi R Kiran2015-03-171-4/+3
| | | | Fix changed semantics for init and for load-path
* Try to follow vim-like navigationRavi R Kiran2015-03-171-3/+3
|
* Initialize expand region as soon as possibleRavi R Kiran2015-02-021-1/+4
| | | | | | This is because expand-region sets up a lot of autoloads for different modes, which gets messed up when expand-region is loaded on demand after these modes.
* I type too slow and run into ace-jump unexpectedlyRavi R Kiran2015-02-021-0/+1
|
* More efficient isearch/ace-jump/swoopRavi R Kiran2015-01-081-0/+6
|
* Disable god-mode since I never use itRavi R Kiran2014-12-141-0/+1
|
* Configure ag to be more grep-likeRavi R Kiran2014-11-201-0/+2
|
* Use ag for faster search if we canRavi R Kiran2014-11-101-2/+13
|
* More isearch goodies from EmacsWikiRavi R Kiran2014-07-051-0/+40
|
* Raise region-bindings-mode to higher priority than smartparensRavi R Kiran2014-06-281-0/+2
|
* Add ace-jump-line-mode with keybindingRavi R Kiran2014-06-271-1/+2
|
* Overlay map for modal highlight-symbolRavi R Kiran2014-03-101-1/+16
|
* More keybindings for search-based navigationRavi R Kiran2014-03-031-0/+10
|
* Use default versions first before enhanced versionsRavi R Kiran2014-03-021-8/+6
|
* Even more character-based navigationRavi R Kiran2014-02-121-0/+5
|
* Indirect regionsRavi R Kiran2014-02-031-0/+7
|
* Make bindings available from the beginningRavi R Kiran2014-02-031-2/+1
|
* Fold regionsRavi R Kiran2014-02-031-0/+8
|
* Smarter beginning/end-of-lineRavi R Kiran2014-02-031-0/+34
|
* Visual regexp modeRavi R Kiran2014-01-241-0/+7
|
* Use smartparens mode in lispRavi R Kiran2014-01-061-1/+6
|
* Treat current line as region if no region presentRavi R Kiran2013-12-301-0/+13
|
* Simplify keybinding as it is very usefulRavi R Kiran2013-12-291-2/+2
|
* Duplicate lines easilyRavi R Kiran2013-12-291-0/+27
|
* moccur-edit is not in MELPARavi R Kiran2013-12-281-3/+1
|
* Remove redundant codeRavi R Kiran2013-12-281-2/+0
|
* Macro bind-key does workRavi R Kiran2013-12-281-13/+11
|
* Use a real named function instead of a lambdaRavi R Kiran2013-12-281-8/+11
|
* Single key commandsRavi R Kiran2013-12-281-5/+40
|
* Ensure that multiple cursors is enabledRavi R Kiran2013-12-281-0/+1
|
* Show matching parensRavi R Kiran2013-12-021-0/+2
|
* smartparens and color-moccurRavi R Kiran2013-12-021-0/+22
| | | | smartparens will require a lot more configuration
* Add webjumpRavi R Kiran2013-12-021-0/+19
|
* Add move-lines for moving regions and linesRavi R Kiran2013-12-021-2/+40
| | | | Add wgrep for writable grep buffers
* Navigation commandsRavi R Kiran2013-12-021-0/+42