mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 14:38:04 +01:00
Compare commits
2 commits
2ad66bdbeb
...
c80aef860c
Author | SHA1 | Date | |
---|---|---|---|
c80aef860c | |||
cb5562ea2c |
2 changed files with 7 additions and 3 deletions
|
@ -7,8 +7,11 @@ Plug 'machakann/vim-highlightedyank'
|
|||
set number
|
||||
set relativenumber
|
||||
set ideajoin "custom join with code smartness
|
||||
set idearefactormode=keep
|
||||
" set idearefactormode=keep
|
||||
|
||||
set which-key "enable which-key plugin
|
||||
let g:WhichKey_ShowVimActions = "true" "show vim actions (not shown by default)
|
||||
set notimeout "make vim not timeout waiting for the end of a command. useful because which-key will only display its popup for the timeout duration (default 1000 for 1s)
|
||||
|
||||
set clipboard+=unnamed "yank to system clipboard
|
||||
|
||||
|
|
|
@ -31,9 +31,10 @@ Host raspiwifi display hass-display
|
|||
# user pi
|
||||
# port 8121
|
||||
|
||||
Host octopi
|
||||
Host octopi printer
|
||||
hostname 192.168.0.10
|
||||
user pi
|
||||
user gaugendre
|
||||
ForwardAgent yes
|
||||
|
||||
Host hyperhdr
|
||||
hostname hyperhdr.local
|
||||
|
|
Loading…
Reference in a new issue