0cb716e650
2 new commands (Todo & Fixme) + mapping fixes
2017-10-26 13:24:02 +02:00
3eea5c99c9
Duplicated window height stuff for window width
2017-10-26 13:08:27 +02:00
cba78ca0eb
Moved file-specific stuff do functions
2017-10-26 12:39:08 +02:00
f542d8987f
Lots of Improvements! :)
...
Moved some navigation-related stuff together.
Added `Matchinglines(pattern)` function that returns a list of lines where
`pattern` is found in a format understood by `lex` and `cex` commands.
Added three new ruby commands that find method, class and module
definitions in a file and ad them to the location list.
2017-10-26 11:10:43 +02:00
e328b6724f
Added some window height things
...
FIX: SetWinMinHeight no longer crashes when argument < 0
FIX: <leader>- no longer crashes when already at winminheight=0
ADD: New command Equal makes all windows equally big (and sets
minwinheight to 0 in the process, use <leader>- to reset them)
2017-10-26 08:49:54 +02:00
399fdda6a3
Undofile + comments
...
Removed / changed some comments
Changed the path of the undo-file to not be 100% specific to my
workspace setup
2017-10-24 11:46:48 +02:00
5934af1833
Minor changes + session options
2017-10-24 11:39:53 +02:00
fa2ec57364
Fixed a few things with normal mode newline
2017-10-24 09:40:54 +02:00
8edad2f43d
New-line function now clears new line
...
This is only relevant when vim auto-generates some text for the new
line, for example then continuing multiple line comments.
2017-10-23 14:28:12 +02:00
8d5389a879
Custon HL group for word under cursor
...
The variable b:word_hl can now be set to set a custom highlighting group
for the word-under-cursor functionality.
2017-10-20 12:39:20 +02:00
98e757172b
Commented out a debugging output
...
I kinda forgot to remove that in the previous
commit tehe~
2017-10-20 09:57:34 +02:00
cf9ffa6148
Improved word-under-cursor matching to *only* match whole words
2017-10-20 09:54:52 +02:00
812e00aa3b
Mostly improved the normal-enter functionality
2017-10-20 09:45:49 +02:00
af04763824
Added insert before WORD and append after WORD mapping
2017-10-19 08:41:26 +02:00
eb9f1a06c9
Some minor changes :)
2017-10-18 19:15:31 +02:00
d6647b86e0
moved some color-related stuff to gvimrc file
2017-10-18 18:58:06 +02:00
01b1a199a3
Greatly changed .vimrc file
2017-10-18 18:50:13 +02:00
b926f92e76
added duplicate current line mapping on <C-d>
2017-10-05 19:07:22 +02:00
a789c0f15e
fixed some my own stupid mistake while merging :/
2017-10-05 19:06:37 +02:00
5e367a8732
Merge branch 'master' of github.com:DarkWiiPlayer/darkrc
...
Conflicts:
vimrc
2017-10-05 19:02:20 +02:00
f875ca63b4
Some minor fixes in the vimrc file
2017-10-05 19:00:48 +02:00
621eebbe99
Added leader character and one shortcut
2017-09-06 08:50:34 +02:00
0c715d79f0
Made some improvements to .vimrc
2017-09-01 13:19:15 +02:00
39a0932b95
Added line numbers + <F3> to toggle them locally
2017-08-19 11:35:28 +02:00
16e111489e
This doesn't work well on the server, thus I am removing it
2017-08-19 09:06:55 +02:00
85b22787ba
Changed the shortcut for retab because terminal
...
New shortcut:
<Shift-Tab> retab
<Shift-Tab>x2 change tab mode
2017-08-19 09:02:59 +02:00
380ce2d794
forgot to add the retab stuff I had forgotten :P
2017-08-19 08:51:33 +02:00
5aaa281614
Added .vimrc and .bashrc configs to the repo
2017-08-19 08:48:08 +02:00