mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Minor edits and cleanup.
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -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.
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||

|

|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user