nvim: modules: workspace: Drop key mapping for toggling workspace
Rather than waste a key mapping starting with 'p', we can call this ourselves when required.
This commit is contained in:
parent
0d806355ab
commit
49c9fd9a2c
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
|||
local remap = vim.api.nvim_set_keymap
|
||||
|
||||
vim.g.workspace_session_directory = vim.fn.expand('~/.vim/session/')
|
||||
vim.g.workspace_undodir = vim.fn.expand('~/.vim/undodir')
|
||||
vim.g.workspace_autosave = 0
|
||||
vim.g.workspace_autosave_ignore = {'gitcommit', 'qf', 'tagbar'}
|
||||
vim.g.workspace_session_disable_on_args = 1
|
||||
|
||||
remap('n', '<Leader>ps', ':ToggleWorkspace<CR>', { noremap = true })
|
||||
|
|
Loading…
Reference in a new issue