mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-23 06:58:04 +01:00
Compare commits
No commits in common. "c80aef860c42a707ecd24e9c7c278ab0cce58dd4" and "2ad66bdbeba1f8954c696458e828bdcec1428aa3" have entirely different histories.
c80aef860c
...
2ad66bdbeb
2 changed files with 3 additions and 7 deletions
|
@ -7,11 +7,8 @@ Plug 'machakann/vim-highlightedyank'
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set ideajoin "custom join with code smartness
|
set ideajoin "custom join with code smartness
|
||||||
" set idearefactormode=keep
|
set idearefactormode=keep
|
||||||
|
|
||||||
set which-key "enable which-key plugin
|
set which-key "enable which-key plugin
|
||||||
let g:WhichKey_ShowVimActions = "true" "show vim actions (not shown by default)
|
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 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,10 +31,9 @@ Host raspiwifi display hass-display
|
||||||
# user pi
|
# user pi
|
||||||
# port 8121
|
# port 8121
|
||||||
|
|
||||||
Host octopi printer
|
Host octopi
|
||||||
hostname 192.168.0.10
|
hostname 192.168.0.10
|
||||||
user gaugendre
|
user pi
|
||||||
ForwardAgent yes
|
|
||||||
|
|
||||||
Host hyperhdr
|
Host hyperhdr
|
||||||
hostname hyperhdr.local
|
hostname hyperhdr.local
|
||||||
|
|
Loading…
Reference in a new issue