Made config vaguely work on Windows
Added dots.bat script for installing and pulling Added clink config for cmd Removed auto-split on start in nvim Added guifont in nvim Added workaround for shellpipe in nvim
This commit is contained in:
10
config/clink/inputrc
Normal file
10
config/clink/inputrc
Normal file
@@ -0,0 +1,10 @@
|
||||
$if clink
|
||||
set mark-symlinked-directories on
|
||||
set expand-tilde on
|
||||
|
||||
"\C-W": unix-filename-rubout
|
||||
"\t": old-menu-complete
|
||||
|
||||
# Fix issue with Shift-Backspace not doing anything
|
||||
"\e[27;2;8~": "\C-H"
|
||||
$endif
|
||||
Reference in New Issue
Block a user