Commit Graph

166 Commits

Author SHA1 Message Date
Talia 352f7756d6 Disable line wrapping in vim by default 2019-07-05 10:44:04 +02:00
Talia 66056d320c Improve Vim todo command 2019-06-03 15:34:17 +02:00
Talia d19a3f32d2 Allow spaces in todo files 2019-05-29 08:34:39 +02:00
Talia 7bfb0eb1df Add TODO functionality to vimrc
- rename Todo to Todos
- create new Todo command that opens a new file with some custom matches
2019-05-27 09:51:05 +02:00
Talia 119610c6b3 Improve Ruby search commands in vim 2019-05-21 12:17:58 +02:00
Talia 12355b4831 Add filetype plugin indent magic to vimrc 2019-05-21 12:14:07 +02:00
Talia 00b4e918c0 Remove ruby F5 because useless ;) 2019-05-21 08:47:00 +02:00
Talia 0d08242502 Remove <F5> mapping for moonscript files 2019-04-08 17:14:29 +02:00
Talia 78734fea3e Add leader-` to surround selection with ` 2019-03-10 09:22:05 +01:00
Talia 454d370f70 Change vim trailing listchar to · for consistency 2019-02-18 11:06:25 +01:00
Talia 813e8cf916 Change vim space listchar from . to · 2019-02-13 09:42:57 +01:00
Talia cdd56a8af8 Improve vim listchars 2019-02-13 09:39:07 +01:00
Talia f467b026da Change vim tab char from arrow to bar 2019-02-13 08:26:35 +01:00
Talia 917a8e63d5 Add Ctrl-h and Ctrl-l to skip words 2019-02-01 10:59:48 +01:00
Talia 0c7f600d01 Attempt to fix clipboard reset on vim exit 2018-12-11 09:20:10 +01:00
Talia 33bcca2da5 Add leader-< mapping to enclose text with < and > 2018-11-29 09:17:31 +01:00
Talia 372f6c2d7e Improve Shift-R substitution
Shift-R now captures the original word so it can be used in the
substitution pattern and type less.
2018-11-28 09:17:20 +01:00
Talia 3adf4c36ef Moved vim git stuff to new file 2018-11-19 16:34:37 +01:00
Talia a51b6d43dc vim gitcompare to the right 2018-10-30 16:13:59 +01:00
Talia 2f5d0bc253 Fix exe_prg in vimrc 2018-10-20 10:23:16 +02:00
Talia ee7ace35d9 Fix auto-enclosing with brackets, quote marks, etc. 2018-10-19 14:59:53 +02:00
Talia e7bdaf0e79 Change vimrc Scratch command to use enew
Scratch now changes the current window, instead of opening a new one.
2018-10-15 10:08:53 +02:00
Talia 64e4e304f8 Fix edge case in vimrc Number command
At exact powers of 10, the command would use one less digit than needed.
2018-10-15 10:07:05 +02:00
Talia 1ad2b3ee6b Add Markdown-specific settings to vimrc 2018-10-08 11:32:55 +02:00
Talia 1907290b34 Added back linebreak in vimrc
Turns out I was wrong about what this thing does tehe~
2018-10-08 11:13:37 +02:00
Talia 3d28bea6ea Add Modifiable vim command 2018-10-08 09:57:43 +02:00
Talia 16e6437b02 Fix lua search path in vim
This time for real (hopefully)
2018-10-08 09:13:49 +02:00
Talia 183ba2ee0c Remove linebreak option from vimrc 2018-10-08 09:13:03 +02:00
Talia 7c8cb5df9a Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc 2018-09-26 09:46:09 +02:00
Talia 8232faf5b9 Remove second shiftwidth statement in vimrc 2018-09-25 14:35:34 +02:00
Talia 45f301f8d3 Fixed global <F5> 2018-09-22 12:33:27 +02:00
Talia 49936dde31 Added global <F5> 2018-09-22 12:31:57 +02:00
Talia a74637fa79 Fix lua path to 5.3 2018-09-09 16:41:20 +02:00
Talia e0c2d933a3 Fix mappings for vim files being global
<leader>c and <leader>if are now buffer-specific :)
2018-08-23 11:01:45 +02:00
Talia 217cd1fb31 Add List command
Searches for a pattern and adds all occurrences to the location list
2018-08-23 10:58:18 +02:00
Talia 70e2149f81 Merge remote-tracking branch 'origin/master' 2018-08-15 10:32:04 +02:00
Talia 0538cb57e8 Fix line-numbering using wrong length for numbers 2018-08-15 09:33:46 +02:00
Talia 883685a0ab Merge branch 'master' of github.com:DarkWiiPlayer/darkrc 2018-08-02 18:44:46 +02:00
Talia 0c262e8aa1 Add LuaCompile command that lists lua bytecode 2018-08-02 16:11:54 +02:00
Talia 60cd1be59c Change git banner to a greek temple
Because git deserves no less than a greek temple.
2018-08-02 14:08:27 +02:00
Talia 18c8d88351 Add gitroot function and some error checking 2018-08-02 13:51:17 +02:00
Talia b818fbf132 Add Number command that adds line numbers 2018-08-02 13:49:05 +02:00
Talia d3ccd7e0e6 Set 'shiftwidth' and 'softtabstop' to 0 2018-08-01 14:53:37 +02:00
Talia 5e150d5b81 Add GitRoot command 2018-08-01 14:52:48 +02:00
Talia 5dd8daf460 Add automoon feature
Automatically compile moonscript into lua when a .moon file is saved and
a global and/or buffer-local variable is defined.
2018-07-25 10:11:54 +02:00
Talia 7a3be20539 Fix word under cursor updating on toggle 2018-07-18 10:47:09 +02:00
Talia 81f3c385dc Merge branch 'master' of github.com:DarkWiiPlayer/darkrc 2018-07-13 21:05:43 +02:00
Talia f39b3fe5c0 Change lua search path 2018-07-13 21:05:04 +02:00
Talia b817b4be7b Add Blame command
This command allows to quickly git-blame the current file.
2018-07-13 11:25:22 +02:00
Talia c7bd7c2c3c Add Tempfile command and change modeline 2018-05-23 09:38:47 +02:00