37bdfddcd7
Lua + Improved visual-exec = ♥
...
changes ─┐
├─ Added a folder for lua / moonscript
├─┬─ VISUAL-EXEC BINDINGS
│ ├─ Visual-Enter now tries running as moonscript
│ └─ Visual-C-Enter tries running as vim command
├─ Added Mooncompile command (compiles moonscript in lua folder)
├─ Added vim.moon which does nice things :)
└─┬─ VIM.MOON
├─ tree: builds a tree like this one
├─ clumn: draws a table-column (useful for class diagrams)
└─ draw: prints some drawing symbols
2018-03-09 13:54:37 +01:00
f4d8aae4b1
Set default fold method to marker
2018-03-09 11:56:15 +01:00
e5c7c9909d
visual-execute works differently now
...
- Ctrl+Enter -> execute g:exe_prg
- Enter -> execute b:exe_prg
- b:exe_prg is initialized to g:exe_prg by default
2018-03-07 12:52:24 +01:00
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
05c6716944
Fixed + improved autosave stuff
2018-02-20 14:17:02 +01:00
05579eaa8c
Improved Autosave
2018-02-15 09:08:13 +01:00
f66850906b
Added Uncommitted feature
...
- Shows uncommitted changes in the current file, including unsaved ones
2018-02-09 14:31:44 +01:00
3f107275e1
Fixed indentation from mixed to tabs
2018-02-09 08:37:48 +01:00
171b571938
Made Ctrl-s even more annoying ;)
2018-02-09 08:35:33 +01:00
434be3251f
General Improvements
2018-02-09 08:31:25 +01:00
2505b7abef
Merged in remote changes from github
2018-02-01 09:05:51 +01:00
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
2e61676106
Fixed Scratch command
2018-01-31 16:53:24 +01:00
50e9538394
Added scratch command
2018-01-31 16:29:22 +01:00
62e5b316de
fixed cryptmethod choice
2018-01-31 08:17:19 +01:00
a041c4deb7
tiny fix for unsaved command
2018-01-30 22:15:34 +01:00
855b52e578
Fixed snapshot
2018-01-30 19:25:08 +01:00
00a5a359c6
improved enter in normal mode
2018-01-30 19:22:35 +01:00
2468075090
Added 'snapshot' command
2018-01-30 19:21:50 +01:00
d92a7c0bfb
fixed enter in normal mode when nomodifiable
2018-01-30 19:12:36 +01:00
3e28a6b265
Improved unsaved command
2018-01-30 19:12:00 +01:00
d88106da00
Fixed enter in normal mode
2018-01-30 19:04:09 +01:00
93b5927968
Improved unsaved
2018-01-30 16:38:39 +01:00
20aa8c1916
Unsaved and Hex commands
2018-01-30 10:47:42 +01:00
c169c1e2fd
slightly improved autosave
2018-01-15 19:43:18 +01:00
21a466fbd4
Removed ruby expandtab stuff
2018-01-08 10:50:30 +01:00
5ad0ba7fa9
Added setl number
to most file types
2018-01-03 14:20:23 +01:00
20ff99ad55
removed relativenumber
2018-01-03 14:17:55 +01:00
91c31e88ca
Enable Blowfish 2 when available
2017-12-19 16:24:58 +01:00
558a474a8f
Added double space inside auto-close pairs
2017-12-19 15:57:18 +01:00
33cdbc0995
Moved cursorline option to gvimrc
2017-12-19 15:46:02 +01:00
70be955b0a
Small Improvement
2017-12-18 11:02:12 +01:00
1b828ace39
Did Stuff
2017-11-16 16:34:43 +01:00
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
28709c0cf9
Switched <leader>[ and <leader>]
2017-11-16 11:19:42 +01:00
ece9647757
Removed <C-q> because accidents happen
2017-11-13 18:34:19 +01:00
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
4a022485c9
Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc
2017-11-13 08:06:02 +01:00
ac0946208e
Improved Lua stuff
2017-11-12 19:55:15 +01:00
5587521b7f
Fixed autoclose
2017-11-10 13:43:23 +01:00
73005287e0
Removed guifont setting for good
2017-11-08 08:13:35 +01:00
5d8f195aee
Lua auto-closing and setting local WD
2017-11-07 16:58:55 +01:00
511207ae3b
Added number increment/decrement bindings
2017-11-07 16:55:22 +01:00
4387105882
Auto-close now detects closing tag on next line
2017-11-07 15:41:36 +01:00
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
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
a59faeb51b
Formatting
2017-11-06 16:31:27 +01:00
2d7bb18228
For real this time™
2017-11-06 13:18:40 +01:00
153a21354d
Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc
2017-11-06 11:29:47 +01:00
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