mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 10:09:55 -06:00
Compare commits
3 Commits
3bb3989d39
...
da12dab7f0
| Author | SHA1 | Date | |
|---|---|---|---|
| da12dab7f0 | |||
| b580f52a16 | |||
| aa59abdc63 |
@@ -13,6 +13,10 @@
|
||||
last = cat-file commit HEAD
|
||||
[branch]
|
||||
autoSetupRebase = always
|
||||
[merge]
|
||||
ff = only
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[rerere]
|
||||
enabled = true
|
||||
[remote]
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
core aniseed.core
|
||||
util dotfiles.util}})
|
||||
|
||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gp ":Git pull<CR>")
|
||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gP (.. ":Git push origin " (nvim.fn.FugitiveHead) "<CR>"))
|
||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<buffer> :<leader>gp ":Git pull<CR>")
|
||||
;; Determine load time of fugitive
|
||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<buffer> :<leader>gP ":Git push<CR>" )
|
||||
|
||||
@@ -34,7 +34,7 @@ setw -g mouse off
|
||||
# set -g default-terminal "xterm-256:color"
|
||||
# set -g default-terminal "${TERM}"
|
||||
set -s default-terminal "tmux-256color"
|
||||
set -g history-limit 10000
|
||||
set -g history-limit 15000
|
||||
|
||||
set -g window-status-style dim
|
||||
set -g window-status-current-style bright
|
||||
|
||||
Reference in New Issue
Block a user