Browse Source

nvim: neocomposer keymap fixed

dev_01_initial
Heiko Blobner 2 years ago
parent
commit
e075b9fac3
  1. 4
      dot_files/.config/nvim/lua/core/plugins/editor/neocomposer.lua

4
dot_files/.config/nvim/lua/core/plugins/editor/neocomposer.lua

@ -8,7 +8,7 @@ return {
}, },
opts = { opts = {
notify = true, notify = true,
delay_timer = 150, delay_timer = 200,
colors = { colors = {
bg = "#16161e", bg = "#16161e",
fg = "#ff9e64", fg = "#ff9e64",
@ -17,7 +17,7 @@ return {
green = "#99c794", green = "#99c794",
}, },
keymaps = { keymaps = {
play_macro = "Q", toggle_play_macro = "Q",
yank_macro = "yq", yank_macro = "yq",
stop_macro = "cq", stop_macro = "cq",
toggle_record = "q", toggle_record = "q",

Loading…
Cancel
Save