Minor edits and cleanup.

This commit is contained in:
Derek Taylor
2019-03-14 09:46:44 -05:00
parent 905d0674b4
commit 8899b643a4
3 changed files with 11 additions and 2 deletions

3
.vimrc
View File

@@ -20,6 +20,9 @@ Plugin 'ryanoasis/vim-devicons'
Plugin 'vim-python/python-syntax' Plugin 'vim-python/python-syntax'
Plugin 'jreybert/vimagit' Plugin 'jreybert/vimagit'
Plugin 'severin-lemaignan/vim-minimap' Plugin 'severin-lemaignan/vim-minimap'
Plugin 'vimwiki/vimwiki' " Vim wiki
Plugin 'ap/vim-css-color' " Color previews for CSS
Plugin 'tpope/vim-surround' " Change surrounding marks
"Plugin 'klen/python-mode' " Python Mode "Plugin 'klen/python-mode' " Python Mode
call vundle#end() " required, all plugins must appear before this line. call vundle#end() " required, all plugins must appear before this line.

View File

@@ -3,6 +3,12 @@
![Screenshot of my desktop](https://gitlab.com/dwt1/dotfiles/raw/master/.screenshots/dotfiles04.png) ![Screenshot of my desktop](https://gitlab.com/dwt1/dotfiles/raw/master/.screenshots/dotfiles04.png)
dwm is an extremely fast, small, and dynamic window manager for X. dwm is an extremely fast, small, and dynamic window manager for X.
# My keybindings
| Keybinding | Action |
| :--- | :--- |
| `MODKEY + Keypad Insert` | opens run launcher (dmenu) |
| `MODKEY + Enter` | opens terminal (st) |
# Requirements # Requirements