Commit Graph

890 Commits

Author SHA1 Message Date
Talia c17d5895e6 Added visual-execute
- (visual)Enter to run the selected text as a vim command
- (visual)C+Enter to run the selected text with g:exe_prg
- g:exe_prg should be defined in a local vimrc
2018-03-07 12:44:04 +01:00
Talia 05c6716944 Fixed + improved autosave stuff 2018-02-20 14:17:02 +01:00
Talia 05579eaa8c Improved Autosave 2018-02-15 09:08:13 +01:00
Talia f66850906b Added Uncommitted feature
- Shows uncommitted changes in the current file, including unsaved ones
2018-02-09 14:31:44 +01:00
Talia 3f107275e1 Fixed indentation from mixed to tabs 2018-02-09 08:37:48 +01:00
Talia 171b571938 Made Ctrl-s even more annoying ;) 2018-02-09 08:35:33 +01:00
Talia 434be3251f General Improvements 2018-02-09 08:31:25 +01:00
Talia 2505b7abef Merged in remote changes from github 2018-02-01 09:05:51 +01:00
Talia e016daaf29 Improved autosave + added save prompt
- Auto-save now triggers when nothing is typed for a while
- Pressing C+s now asks the user to type "save"
2018-02-01 09:02:38 +01:00
Talia 2e61676106 Fixed Scratch command 2018-01-31 16:53:24 +01:00
Talia 50e9538394 Added scratch command 2018-01-31 16:29:22 +01:00
Talia 62e5b316de fixed cryptmethod choice 2018-01-31 08:17:19 +01:00
Talia a041c4deb7 tiny fix for unsaved command 2018-01-30 22:15:34 +01:00
Talia 855b52e578 Fixed snapshot 2018-01-30 19:25:08 +01:00
Talia 00a5a359c6 improved enter in normal mode 2018-01-30 19:22:35 +01:00
Talia 2468075090 Added 'snapshot' command 2018-01-30 19:21:50 +01:00
Talia d92a7c0bfb fixed enter in normal mode when nomodifiable 2018-01-30 19:12:36 +01:00
Talia 3e28a6b265 Improved unsaved command 2018-01-30 19:12:00 +01:00
Talia d88106da00 Fixed enter in normal mode 2018-01-30 19:04:09 +01:00
Talia 93b5927968 Improved unsaved 2018-01-30 16:38:39 +01:00
Talia 20aa8c1916 Unsaved and Hex commands 2018-01-30 10:47:42 +01:00
Talia c169c1e2fd slightly improved autosave 2018-01-15 19:43:18 +01:00
Talia 21a466fbd4 Removed ruby expandtab stuff 2018-01-08 10:50:30 +01:00
Talia 5ad0ba7fa9 Added `setl number` to most file types 2018-01-03 14:20:23 +01:00
Talia 20ff99ad55 removed relativenumber 2018-01-03 14:17:55 +01:00
Talia 91c31e88ca Enable Blowfish 2 when available 2017-12-19 16:24:58 +01:00
Talia 558a474a8f Added double space inside auto-close pairs 2017-12-19 15:57:18 +01:00
Talia 33cdbc0995 Moved cursorline option to gvimrc 2017-12-19 15:46:02 +01:00
Talia 70be955b0a Small Improvement 2017-12-18 11:02:12 +01:00
Talia 1b828ace39 Did Stuff 2017-11-16 16:34:43 +01:00
Talia bbf97daec6 Mostly window width/height stuff
* Default is now equal distribution, as I was using windows for what
tabs are usually for.
* Vim 8.0 indentation features are now used when available
2017-11-16 14:09:18 +01:00
Talia 28709c0cf9 Switched <leader>[ and <leader>] 2017-11-16 11:19:42 +01:00
Talia ece9647757 Removed <C-q> because accidents happen 2017-11-13 18:34:19 +01:00
Talia b9f51cd5b4 Improved autoclose + new mappings
* Autoclose now does pairs of the same character, like "" or ``
* New mappings for surrounding visual selection with opening/closing pairs
2017-11-13 16:00:55 +01:00
Talia 4a022485c9 Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc 2017-11-13 08:06:02 +01:00
Talia ac0946208e Improved Lua stuff 2017-11-12 19:55:15 +01:00
Talia 5587521b7f Fixed autoclose 2017-11-10 13:43:23 +01:00
Talia 73005287e0 Removed guifont setting for good 2017-11-08 08:13:35 +01:00
Talia 5d8f195aee Lua auto-closing and setting local WD 2017-11-07 16:58:55 +01:00
Talia 511207ae3b Added number increment/decrement bindings 2017-11-07 16:55:22 +01:00
Talia 4387105882 Auto-close now detects closing tag on next line 2017-11-07 15:41:36 +01:00
Talia 5b8f2255cc Added auto-closing feature
* Auto-close pairs can be registered with a function call
* Typing an "opening" character automatically inserts the matching closing character.
* Typing <enter> between an opening and a closing character inserts two new lines. Autoindent should take care of indentation.
2017-11-07 15:28:10 +01:00
Talia 1e334ac9cb Set up gvimrc to be more portable
* gvimrc can now work with locally installed color schemes
* This requires extending the g:colors list after sourcing it
* Also removed old commented block that would never be used again anyway
2017-11-07 11:28:31 +01:00
Talia a59faeb51b Formatting 2017-11-06 16:31:27 +01:00
Talia 2d7bb18228 For real this time™ 2017-11-06 13:18:40 +01:00
Talia 153a21354d Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc 2017-11-06 11:29:47 +01:00
Talia 694e3af8f2 Re-enabled swap files\n\nLet's see how this works out and whether I have to change it back or not. 2017-11-06 11:29:05 +01:00
Talia 5329a42c56 Default encryption should be blowfish if possible 2017-11-06 10:07:53 +01:00
Talia b83b516445 Some movement commands 2017-11-06 10:00:07 +01:00
Talia e909c0bb41 Merge branch 'master' of github.com:DarkWiiPlayer/darkrc 2017-11-04 13:16:33 +01:00