Commit Graph

724 Commits

Author SHA1 Message Date
Talia 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
Talia 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
Talia 5934af1833 Minor changes + session options 2017-10-24 11:39:53 +02:00
Talia fa2ec57364 Fixed a few things with normal mode newline 2017-10-24 09:40:54 +02:00
Talia 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
Talia 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
Talia 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
Talia cf9ffa6148 Improved word-under-cursor matching to *only* match whole words 2017-10-20 09:54:52 +02:00
Talia 812e00aa3b Mostly improved the normal-enter functionality 2017-10-20 09:45:49 +02:00
Talia af04763824 Added insert before WORD and append after WORD mapping 2017-10-19 08:41:26 +02:00
Talia eb9f1a06c9 Some minor changes :) 2017-10-18 19:15:31 +02:00
Talia d6647b86e0 moved some color-related stuff to gvimrc file 2017-10-18 18:58:06 +02:00
Talia 01b1a199a3 Greatly changed .vimrc file 2017-10-18 18:50:13 +02:00
Talia b926f92e76 added duplicate current line mapping on <C-d> 2017-10-05 19:07:22 +02:00
Talia a789c0f15e fixed some my own stupid mistake while merging :/ 2017-10-05 19:06:37 +02:00
Talia 5e367a8732 Merge branch 'master' of github.com:DarkWiiPlayer/darkrc
Conflicts:
	vimrc
2017-10-05 19:02:20 +02:00
Talia f875ca63b4 Some minor fixes in the vimrc file 2017-10-05 19:00:48 +02:00
Talia 621eebbe99 Added leader character and one shortcut 2017-09-06 08:50:34 +02:00
Talia 0c715d79f0 Made some improvements to .vimrc 2017-09-01 13:19:15 +02:00
Talia 39a0932b95 Added line numbers + <F3> to toggle them locally 2017-08-19 11:35:28 +02:00
Talia 16e111489e This doesn't work well on the server, thus I am removing it 2017-08-19 09:06:55 +02:00
Talia 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
Talia 380ce2d794 forgot to add the retab stuff I had forgotten :P 2017-08-19 08:51:33 +02:00
Talia 5aaa281614 Added .vimrc and .bashrc configs to the repo 2017-08-19 08:48:08 +02:00