summaryrefslogtreecommitdiff
path: root/vim.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-07-12 09:07:09 -0700
committerBen Sima <ben@bsima.me>2018-07-12 09:07:09 -0700
commita25f817202787a140cee28bd4e1a385f1119f30c (patch)
tree201635262e6f8dfe54db1449a9176b69014209c8 /vim.nix
parentd55f9eef8bb90af4606a70f5367273d8ebcdb972 (diff)
Email tweaks
Diffstat (limited to 'vim.nix')
-rw-r--r--vim.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim.nix b/vim.nix
index a096ac8..36cc033 100644
--- a/vim.nix
+++ b/vim.nix
@@ -40,7 +40,10 @@ in
set shiftwidth=4 " Number of auto-indent spaces
set smartindent " Enable smart-indent
set laststatus=1 " No status line
+ " Mappings
imap fd <Esc>
+ nnoremap ,s :r ~/sig.txt<cr>
+ " UI stuf
let g:netrw_banner=0 " Disable file browser banner
let g:netrw_liststyle=3 " Tree view
set mouse=a