|
168efd6dbd
|
Rework bash prompt
|
2019-05-29 08:33:38 +02:00 |
|
|
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 |
|
|
119610c6b3
|
Improve Ruby search commands in vim
|
2019-05-21 12:17:58 +02:00 |
|
|
12355b4831
|
Add filetype plugin indent magic to vimrc
|
2019-05-21 12:14:07 +02:00 |
|
|
92daf8b59c
|
Add DBlame command to vim
|
2019-05-21 08:47:00 +02:00 |
|
|
c01fecb8b2
|
Redo Blame command for vim
|
2019-05-21 08:47:00 +02:00 |
|
|
00b4e918c0
|
Remove ruby F5 because useless ;)
|
2019-05-21 08:47:00 +02:00 |
|
|
0d08242502
|
Remove <F5> mapping for moonscript files
|
2019-04-08 17:14:29 +02:00 |
|
|
bc66012d7f
|
Add ranger config file
Source it with `source` just like bashrc and vimrc
(Original file at: ~/.config/ranger/rc.conf)
|
2019-03-16 10:42:19 +01:00 |
|
|
1b0fac7e60
|
Add ranger alias to keep current directory
|
2019-03-16 10:40:18 +01:00 |
|
|
78734fea3e
|
Add leader- to surround selection with
|
2019-03-10 09:22:05 +01:00 |
|
|
18129e31a7
|
Add GPG_TTY variable to bashrc
|
2019-02-25 14:59:37 +01:00 |
|
|
454d370f70
|
Change vim trailing listchar to · for consistency
|
2019-02-18 11:06:25 +01:00 |
|
|
746ecea87f
|
Fix vim Light/Dark for Alduin color scheme
|
2019-02-15 09:19:21 +01:00 |
|
|
813e8cf916
|
Change vim space listchar from . to ·
|
2019-02-13 09:42:57 +01:00 |
|
|
cdd56a8af8
|
Improve vim listchars
|
2019-02-13 09:39:07 +01:00 |
|
|
f467b026da
|
Change vim tab char from arrow to bar
|
2019-02-13 08:26:35 +01:00 |
|
|
8236a7d243
|
Fix vim Light/Dark commands with papercolor theme
|
2019-02-08 10:31:14 +01:00 |
|
|
917a8e63d5
|
Add Ctrl-h and Ctrl-l to skip words
|
2019-02-01 10:59:48 +01:00 |
|
|
c2476a54fa
|
Fix directory count in bash prompt
Current directory (.) is no longer counted.
|
2018-12-30 13:28:43 +01:00 |
|
|
e345e74360
|
Add .bashcd and .bashcdout hooks to cd
|
2018-12-23 21:40:14 +01:00 |
|
|
056b91da1d
|
Add file/dir count to prompt and short prompt
|
2018-12-23 21:23:00 +01:00 |
|
|
0c7f600d01
|
Attempt to fix clipboard reset on vim exit
|
2018-12-11 09:20:10 +01:00 |
|
|
3ccfc40348
|
Add constant with arrow symbols to vim.moon
|
2018-12-11 09:20:10 +01:00 |
|
|
56b53ce265
|
Add - and _ to possible branch names in prompt
|
2018-12-09 13:52:47 +01:00 |
|
|
5f1860089e
|
Fix git bash prompt for detached head state
|
2018-12-04 10:31:34 +01:00 |
|
|
3793618a36
|
Expand vim.DRAW to contain all box drawing symbols
|
2018-12-03 13:19:36 +01:00 |
|
|
33bcca2da5
|
Add leader-< mapping to enclose text with < and >
|
2018-11-29 09:17:31 +01:00 |
|
|
7824cbd7d1
|
Improve scratch script
It now execs bash, so the process chain doesn't get needlessly long with
nested calls to the script.
|
2018-11-29 08:54:00 +01:00 |
|
|
928694ebd1
|
Remove cmatrix alias that doesn't work globally
|
2018-11-28 12:52:08 +01:00 |
|
|
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 |
|
|
ee35298a03
|
Add more stuff to gitconfig
|
2018-11-26 17:30:15 +01:00 |
|
|
85cb17a8af
|
Fix bash git prompt error in fresh repositories
|
2018-11-26 15:34:04 +01:00 |
|
|
1a469f9e35
|
Restructure bash git prompt
|
2018-11-26 15:14:41 +01:00 |
|
|
4128670de2
|
Add gitconfig file
Can be included with
[include]
path = path/to/file
in local gitconfig.
|
2018-11-26 13:20:50 +01:00 |
|
|
f45068d86b
|
Set less encoding to utf-8
This should remove ugly output escapes in git.
|
2018-11-26 13:01:40 +01:00 |
|
|
2cb25c9c5b
|
Merge github with local changes at workplace
|
2018-11-26 09:28:56 +01:00 |
|
|
87a6485177
|
Improve colors for branch display in bash git prompt
|
2018-11-19 21:33:37 +01:00 |
|
|
e5e62e6044
|
Add counter for removed files to bash git prompt
|
2018-11-19 21:30:40 +01:00 |
|
|
90dfa6fc12
|
Change bash git up/down arrow color
|
2018-11-19 21:22:10 +01:00 |
|
|
f7f7d59d09
|
Fix bash git branch for detatched head
|
2018-11-19 21:20:55 +01:00 |
|
|
3ed66ecb4e
|
Remove 0 from git prompt when no modified files
|
2018-11-19 21:10:50 +01:00 |
|
|
706f866ab2
|
Add conky.conf
|
2018-11-19 21:04:18 +01:00 |
|
|
30e037fb98
|
Commend and improve bash prompt git stuff
|
2018-11-19 21:03:48 +01:00 |
|
|
4453192c57
|
Some refactoring in vim git stuff
|
2018-11-19 19:45:13 +01:00 |
|
|
8fca4f9ba8
|
Add git info to bash prompt
|
2018-11-19 19:44:53 +01:00 |
|
|
3adf4c36ef
|
Moved vim git stuff to new file
|
2018-11-19 16:34:37 +01:00 |
|
|
ee83f27caa
|
Remove now Bash alias
|
2018-11-07 13:34:48 +01:00 |
|
|
71d88db996
|
Remove clipstack Bash aliases
|
2018-11-07 13:34:18 +01:00 |
|
|
f15ee28803
|
Remove lynx Bash alias
|
2018-11-07 13:33:58 +01:00 |
|