Commit Graph

89 Commits

Author SHA1 Message Date
976da58de3
VIM: Add nerdtree git tree plugin
This plugin makes it easier to view git changes in nerdtree. Therefor it
is a great addition to my config.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 12:55:15 +02:00
491fe6066f
VIM: Changed plugin management to vim-plug
Before switching I used pathogen.vim for plugin management, which
resulted in a HUGE .gitmodules file as well as a huge directory
containing whole git repositories. vim-plug fixes all those problems. It
reduces the folder into a config file, containing one line per plugin
and also removes the need of adding those submodules to .gitmodules

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 12:48:19 +02:00
5cbb3a63c6
VIM: Cleanup
- .vimrc:
        Restructured the settings.
        Moved the Rmarkdown settings to a new config file
        'config/filetypes.vim'

- config/plugin.vim:
        Fixed spacing

- .gitmodules: moved traces.vim down

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:54 +02:00
b98cc52343
VIM: Cleanup keybindings, add NERDTreeToggle <F4>
The keybindings file was a mess. Cleaned it up and bound NERDTreeToggle
to <F4> in normal mode for easy access. Buffers are now on <F3> in every
mode. This will probably be changed again, depending on how annoying it
is.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:53 +02:00
24830b03ec
VIM: Reinstall NERDTree
Nerdtree is a rather slow, but extremely useful plugin. So I made the
decission to reinstall it, but don't launch it on startup but with a
keybinding.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:53 +02:00
b705be0c1e
VIM: Remove GoldenView
GoldenView causes several problems with badly written plugins like
traces.vim. The problem manifests in errors occuring due to GoldenView
setting the 'winminwidth' parameter to anything but 0. Traces.vim then
tries to set the winwidth to 1 or 0 and throws errors as vim is
enforcing the 'winminwidth'.
2018-09-01 11:22:53 +02:00
a3fac1d9f6
GIT: Signed-off-by message as default
Added a new '.gitmessage' file which is to be used as a commit message
template, containing my Signed-off-by notice. Now all my commits contain
this message, not only those done in an IDE.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:20:43 +02:00
88587d84b6
VIM: natural splitting 2018-08-28 23:24:09 +02:00
c4ce41408f
Merge branch 'master' of github.com:rad4day/dotfiles 2018-08-28 23:16:15 +02:00
768ed65418
TMUX: remote.conf 2018-08-28 23:15:38 +02:00
0f82369d2c
Albert: Adjust size for 2560x1440 display 2018-08-15 19:37:31 +02:00
7f172ba3e3
MUTT: Small changes to mailbox settings 2018-08-11 16:12:28 +02:00
ee53fa02c3
SSH: Z2 Pubkey 2018-08-09 11:17:17 +02:00
8e90a92cb7
VIM: Several plugin changes
- Removed python-syntax
 - Enabled pymode syntax highlighting
 - Disabled pymode syntax checker (I'm using ALE as a universal checker)
 - Added vim-window-resize-easy
 - Added traces.vim
2018-08-06 23:59:12 +02:00
8298f7eb22
Merge branch 'master' of github.com:rad4day/dotfiles 2018-08-06 09:30:38 +02:00
dbaf98c784
GIT: Alias for gitignore.io -> git ignore 2018-08-06 09:30:03 +02:00
84c81ca116
Merge branch 'master' of github.com:rad4day/dotfiles 2018-08-04 21:20:36 +02:00
fba086d4f5
i3: create statusbar config file 2018-08-04 21:20:02 +02:00
fdf47bf285
MUTT 2018-08-01 21:35:05 +02:00
13d4360e56
i3: F2 - open Ranger terminal 2018-07-30 11:44:56 +02:00
abe29fcab9
i3wm: Theme changed to gruvbox-powerline 2018-07-19 20:28:41 +02:00
2f332dc09c
VIM: Install ansible-vim 2018-07-18 15:01:23 +02:00
fe8c5889ca
FIX: gitgutter 2018-07-16 16:56:25 +02:00
b68cc36157
VIM: fzf support 2018-07-15 14:49:03 +02:00
5d5dcf6c84
ZSH: Fixed config doubling. Added CTRL+R support. Added fzf support. 2018-07-15 14:46:28 +02:00
968aa19995
Use ed25519 2018-07-15 14:18:50 +02:00
82b9462fbf
VIM: Gitgutter config 2018-07-15 14:17:09 +02:00
743d2a3df8
XCompose: Fix default "^" circumflex binding. 2018-07-15 13:57:24 +02:00
10d75372e1
VIM: Added gitgutter to have diff symbols in the left column 2018-07-15 13:56:18 +02:00
4327bb4562
Changed VIM Colorscheme 2018-07-15 08:31:33 +02:00
e73fccfca5
Albert changes 2018-07-12 09:05:21 +02:00
994164c46f
Albert <3 2018-07-12 08:21:57 +02:00
ef68623a89
Disable custom launcher in favour of albert 2018-07-12 08:16:35 +02:00
aab9fcb4ea
SSH-Pubkeys 2018-07-10 22:14:08 +02:00
767f845427
fix remote session detection 2018-07-10 20:13:11 +02:00
b86976f96f
Change mailboxes 2018-06-30 19:35:58 +02:00
9863466a3b
remove symlink 2018-06-12 21:49:33 +02:00
e136889257
Merge branch 'master' of github.com:rad4day/dotfiles 2018-06-11 09:42:23 +02:00
3b1e292ba1
i3-base update and tmux-copycat update 2018-06-11 09:41:41 +02:00
ea533a48ab
used black to reformat python scripts 2018-06-10 22:00:01 +02:00
2738f6cc94
Make git lg look nicer 2018-06-10 22:00:01 +02:00
a8d709d678
xscreensaver changed to xautolock 2018-05-18 22:52:54 +02:00
cd0af09bf6
XCompose for all 2018-05-16 17:33:57 +02:00
7ecc05f5ab
Makefile fix 2018-05-16 17:33:45 +02:00
6ae8680d79
XCompose element of 2018-05-16 17:28:45 +02:00
a0c6fb587a
XCompose greek 2018-05-16 17:25:24 +02:00
9fc4abaf2b
Xcompose keyconfig 2018-05-16 17:02:16 +02:00
d39e34c42d
Xcompose 2018-05-16 17:00:31 +02:00
86f24dde3e
thefuck 2018-05-16 07:07:29 +02:00
7768ba38be
changed md snippets 2018-05-15 21:55:59 +02:00