Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Axel Nahuel Maldonado
dotfiles
Commits
bea9db94
Commit
bea9db94
authored
5 months ago
by
Axel Maldonado
Browse files
Options
Download
Email Patches
Plain Diff
tmux rebind new pane to open at current directory
parent
1c9e578c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.config/nvim/after/plugin/lsp.lua
.config/nvim/after/plugin/lsp.lua
+3
-0
.tmux.conf
.tmux.conf
+3
-0
No files found.
.config/nvim/after/plugin/lsp.lua
View file @
bea9db94
...
...
@@ -25,6 +25,9 @@ require('lspconfig').pylsp.setup{
}
}
}
require
'lspconfig'
.
hls
.
setup
{
cmd
=
{
'haskell-language-server-9.8.2'
},
}
lsp
.
set_sign_icons
({
error
=
'✘'
,
warn
=
'▲'
,
...
...
This diff is collapsed.
Click to expand it.
.tmux.conf
View file @
bea9db94
...
...
@@ -28,3 +28,6 @@ bind-key -r f run-shell "tmux neww ~/.local/scripts/tmux-sessionizer"
bind
-
key
-
r
S
run
-
shell
"~/.local/scripts/tmux-sessionizer ~/.local/scripts"
bind
-
key
-
r
N
new
-
window
-
n
"nvim config"
"nvim ~/.config/nvim"
bind
-
key
-
r
T
new
-
window
-
n
"tmux config"
"nvim ~/.tmux.conf"
unbind
-
key
%
bind
-
key
-
r
%
split
-
window
-
h
-
c
"#{pane_current_path}"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment